IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Langage Java Discussion :

problème de JVM crash


Sujet :

Langage Java

  1. #1
    Membre habitué
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    465
    Détails du profil
    Informations personnelles :
    Localisation : France, Bas Rhin (Alsace)

    Informations forums :
    Inscription : Janvier 2007
    Messages : 465
    Points : 154
    Points
    154
    Par défaut problème de JVM crash
    Bonjour,
    Dernièrement, j'obtiens toujours un JVM crash lors de l'exécution d'une applet java. Voilà le code d'erreur dans la console java:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
     
    A fatal error has been detected by the Java Runtime Environment:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d0391ac, pid=2468, tid=2128
    #
    # JRE version: 6.0_17-b04
    # Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C  [awt.dll+0x391ac]
    #
    # An error report file with more information is saved as:
    # W:\Workspace\myProject\bin\hs_err_pid2468.log
    #
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #
    Et le contenue du fichier .log est le suivant
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
     
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d0391ac, pid=2468, tid=2128
    #
    # JRE version: 6.0_17-b04
    # Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C  [awt.dll+0x391ac]
    #
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #
     
    ---------------  T H R E A D  ---------------
     
    Current thread (0x02aeec00):  JavaThread "AWT-Windows" daemon [_thread_in_native, id=2128, stack(0x030f0000,0x03140000)]
     
    siginfo: ExceptionCode=0xc0000005, writing address 0xe5e01b00
     
    Registers:
    EAX=0x2299dd8c, EBX=0x00000040, ECX=0xe5e01b00, EDX=0x00000040
    ESP=0x0313f294, EBP=0xff8e4729, ESI=0x00000000, EDI=0x00000300
    EIP=0x6d0391ac, EFLAGS=0x00010282
     
    Top of Stack: (sp=0x0313f294)
    0x0313f294:   0313f2f0 00000040 0313f374 00000040
    0x0313f2a4:   6d0aaa4e 2299dd8c e5e01b00 00000040
    0x0313f2b4:   00000040 0313f4f0 0313f2f0 00000000
    0x0313f2c4:   00000000 00000040 02af0030 00000100
    0x0313f2d4:   0010e4e0 00000400 e5e01b00 00000000
    0x0313f2e4:   00000000 00000040 00000040 00000000
    0x0313f2f4:   00000000 00000040 00000040 00000000
    0x0313f304:   00000000 00000004 00000400 00000000 
     
    Instructions: (pc=0x6d0391ac)
    0x6d03919c:   00 00 00 00 8b 54 24 1c 8b 28 81 cd 00 00 00 ff
    0x6d0391ac:   89 29 83 c0 04 83 c1 04 4a 75 ed 03 c6 03 cf 4b 
     
     
    Stack: [0x030f0000,0x03140000],  sp=0x0313f294,  free space=316k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [awt.dll+0x391ac]
     
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  sun.awt.windows.WToolkit.eventLoop()V+0
    j  sun.awt.windows.WToolkit.run()V+69
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
     
    ---------------  P R O C E S S  ---------------
     
    Java Threads: ( => current thread )
      0x03b1f400 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=3644, stack(0x03cd0000,0x03d20000)]
      0x038de400 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=2684, stack(0x03c80000,0x03cd0000)]
      0x02f89800 JavaThread "Timer-0" [_thread_blocked, id=2508, stack(0x04a20000,0x04a70000)]
      0x02ecc400 JavaThread "AWT-EventQueue-1" [_thread_in_native, id=3024, stack(0x03440000,0x03490000)]
      0x02ebd400 JavaThread "TimerQueue" daemon [_thread_blocked, id=2012, stack(0x033f0000,0x03440000)]
      0x02e89c00 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=2804, stack(0x033a0000,0x033f0000)]
      0x003a6c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=2556, stack(0x008c0000,0x00910000)]
      0x02e52400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2800, stack(0x03230000,0x03280000)]
      0x02b3bc00 JavaThread "thread applet-editor.GIS3DViewer.class" [_thread_blocked, id=3088, stack(0x031e0000,0x03230000)]
    =>0x02aeec00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2128, stack(0x030f0000,0x03140000)]
      0x02b39800 JavaThread "AWT-Shutdown" [_thread_blocked, id=1172, stack(0x030a0000,0x030f0000)]
      0x02b37400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3372, stack(0x03050000,0x030a0000)]
      0x02aa6000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3400, stack(0x02d20000,0x02d70000)]
      0x02aa3000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2844, stack(0x02cd0000,0x02d20000)]
      0x02aa1800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3708, stack(0x02c80000,0x02cd0000)]
      0x02aa0400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3384, stack(0x02c30000,0x02c80000)]
      0x02a61800 JavaThread "Finalizer" daemon [_thread_blocked, id=3712, stack(0x02be0000,0x02c30000)]
      0x02a5cc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=2792, stack(0x02b90000,0x02be0000)]
     
    Other Threads:
      0x02a5b400 VMThread [stack: 0x02b40000,0x02b90000] [id=2180]
      0x02ab9800 WatcherThread [stack: 0x02d70000,0x02dc0000] [id=2692]
     
    VM state:not at safepoint (normal execution)
     
    VM Mutex/Monitor currently owned by a thread: None
     
    Heap
     def new generation   total 960K, used 794K [0x22990000, 0x22a90000, 0x22e70000)
      eden space 896K,  81% used [0x22990000, 0x22a46a78, 0x22a70000)
      from space 64K, 100% used [0x22a80000, 0x22a90000, 0x22a90000)
      to   space 64K,   0% used [0x22a70000, 0x22a70000, 0x22a80000)
     tenured generation   total 4096K, used 2811K [0x22e70000, 0x23270000, 0x26990000)
       the space 4096K,  68% used [0x22e70000, 0x2312eee0, 0x2312f000, 0x23270000)
     compacting perm gen  total 12288K, used 5536K [0x26990000, 0x27590000, 0x2a990000)
       the space 12288K,  45% used [0x26990000, 0x26ef8330, 0x26ef8400, 0x27590000)
        ro space 8192K,  63% used [0x2a990000, 0x2aea8b20, 0x2aea8c00, 0x2b190000)
        rw space 12288K,  53% used [0x2b190000, 0x2b805138, 0x2b805200, 0x2bd90000)
     
    Dynamic libraries:
    0x00400000 - 0x00424000 	C:\Program Files\Java\jre6\bin\javaw.exe
    0x7c910000 - 0x7c9c9000 	C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c906000 	C:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e4c000 	C:\WINDOWS\system32\ADVAPI32.dll
    0x77e50000 - 0x77ee2000 	C:\WINDOWS\system32\RPCRT4.dll
    0x77fc0000 - 0x77fd1000 	C:\WINDOWS\system32\Secur32.dll
    0x7e390000 - 0x7e421000 	C:\WINDOWS\system32\USER32.dll
    0x77ef0000 - 0x77f39000 	C:\WINDOWS\system32\GDI32.dll
    0x76320000 - 0x7633d000 	C:\WINDOWS\system32\IMM32.DLL
    0x7c340000 - 0x7c396000 	C:\Program Files\Java\jre6\bin\msvcr71.dll
    0x6d800000 - 0x6da8b000 	C:\Program Files\Java\jre6\bin\client\jvm.dll
    0x76ae0000 - 0x76b0f000 	C:\WINDOWS\system32\WINMM.dll
    0x6d7b0000 - 0x6d7bc000 	C:\Program Files\Java\jre6\bin\verify.dll
    0x6d330000 - 0x6d34f000 	C:\Program Files\Java\jre6\bin\java.dll
    0x6d290000 - 0x6d298000 	C:\Program Files\Java\jre6\bin\hpi.dll
    0x76ba0000 - 0x76bab000 	C:\WINDOWS\system32\PSAPI.DLL
    0x6d7f0000 - 0x6d7ff000 	C:\Program Files\Java\jre6\bin\zip.dll
    0x6d000000 - 0x6d14a000 	C:\Program Files\Java\jre6\bin\awt.dll
    0x72f50000 - 0x72f76000 	C:\WINDOWS\system32\WINSPOOL.DRV
    0x77be0000 - 0x77c38000 	C:\WINDOWS\system32\msvcrt.dll
    0x774a0000 - 0x775dd000 	C:\WINDOWS\system32\ole32.dll
    0x77390000 - 0x77493000 	C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
    0x77f40000 - 0x77fb6000 	C:\WINDOWS\system32\SHLWAPI.dll
    0x5b090000 - 0x5b0c8000 	C:\WINDOWS\system32\uxtheme.dll
    0x6d230000 - 0x6d284000 	C:\Program Files\Java\jre6\bin\fontmanager.dll
    0x74690000 - 0x746dc000 	C:\WINDOWS\system32\MSCTF.dll
    0x75140000 - 0x7516e000 	C:\WINDOWS\system32\msctfime.ime
    0x4fcf0000 - 0x4fe96000 	C:\WINDOWS\system32\d3d9.dll
    0x6de60000 - 0x6de66000 	C:\WINDOWS\system32\d3d8thk.dll
    0x77bd0000 - 0x77bd8000 	C:\WINDOWS\system32\VERSION.dll
    0x6d610000 - 0x6d623000 	C:\Program Files\Java\jre6\bin\net.dll
    0x719f0000 - 0x71a07000 	C:\WINDOWS\system32\WS2_32.dll
    0x719e0000 - 0x719e8000 	C:\WINDOWS\system32\WS2HELP.dll
    0x6d630000 - 0x6d639000 	C:\Program Files\Java\jre6\bin\nio.dll
    0x7c9d0000 - 0x7d1f5000 	C:\WINDOWS\system32\shell32.dll
    0x10000000 - 0x1004d000 	C:\Program Files\Java\jre6\bin\jogl.dll
    0x5f070000 - 0x5f13c000 	C:\WINDOWS\system32\OPENGL32.dll
    0x6cef0000 - 0x6cf11000 	C:\WINDOWS\system32\GLU32.dll
    0x736b0000 - 0x736fb000 	C:\WINDOWS\system32\DDRAW.dll
    0x73b10000 - 0x73b16000 	C:\WINDOWS\system32\DCIMAN32.dll
    0x6d360000 - 0x6d366000 	C:\Program Files\Java\jre6\bin\jawt.dll
    0x031d0000 - 0x031d5000 	C:\Program Files\Java\jre6\bin\jogl_awt.dll
    0x69500000 - 0x69a73000 	C:\WINDOWS\system32\nvoglnt.dll
    0x71990000 - 0x719d0000 	C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef7000 	C:\WINDOWS\system32\DNSAPI.dll
    0x76f60000 - 0x76f68000 	C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3d000 	C:\WINDOWS\system32\WLDAP32.dll
    0x76f70000 - 0x76f76000 	C:\WINDOWS\system32\rasadhlp.dll
    0x62e40000 - 0x62e99000 	C:\WINDOWS\system32\hnetcfg.dll
    0x719d0000 - 0x719d8000 	C:\WINDOWS\System32\wshtcpip.dll
    0x6d450000 - 0x6d474000 	C:\Program Files\Java\jre6\bin\jpeg.dll
     
    VM Arguments:
    jvm_args: -Djava.security.policy=java.policy.applet -Dfile.encoding=Cp1252 
    java_command: sun.applet.AppletViewer editor.GIS3DViewer1266397825959.html
    Launcher Type: SUN_STANDARD
     
    Environment Variables:
    CLASSPATH=C:\Program Files\Java\jre6\lib;C:\Program Files\Java\jre6\lib\ext;C:\Program Files\Java\jre6\bin; C:\Program Files\PostgreSQL\8.4\bin;C:\Program Files\PostgreSQL\8.4\lib;C:\Program Files\PostgreSQL\8.4\share\contrib;
    PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:\Program Files\Java\jre6\lib;C:\Program Files\Java\jre6\lib\ext;C:\Program Files\Java\jre6\bin; C:\Program Files\PostgreSQL\8.4\bin;C:\Program Files\PostgreSQL\8.4\lib;C:\Program Files\PostgreSQL\8.4\share\contrib;C:\Program Files\Java\jre6\lib;C:\Program Files\Java\jre6\lib\ext;C:\Program Files\Java\jre6\bin; C:\Program Files\PostgreSQL\8.4\bin;C:\Program Files\PostgreSQL\8.4\lib;C:\Program Files\PostgreSQL\8.4\share\contrib;
    USERNAME=koussa
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel
     
     
     
    ---------------  S Y S T E M  ---------------
     
    OS: Windows XP Build 2600 Service Pack 3
     
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 6 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3
     
    Memory: 4k page, physical 1046460k(36596k free), swap 2518120k(1562308k free)
     
    vm_info: Java HotSpot(TM) Client VM (14.3-b01) for windows-x86 JRE (1.6.0_17-b04), built on Oct 11 2009 00:52:06 by "java_re" with MS VC++ 7.1
     
    time: Wed Feb 17 10:10:37 2010
    elapsed time: 11 seconds
    Pourriez-vous SVP m'indiquer c'est quoi l'erreur?
    Merci d'avance.

  2. #2
    Expert éminent sénior Avatar de Uther
    Homme Profil pro
    Tourneur Fraiseur
    Inscrit en
    Avril 2002
    Messages
    4 609
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Pyrénées Orientales (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Tourneur Fraiseur

    Informations forums :
    Inscription : Avril 2002
    Messages : 4 609
    Points : 15 656
    Points
    15 656
    Par défaut
    On dirait un bug de la JVM, venant apparemment de jpeg.dll.

    Utilises-tu des images jpeg dans ton application?

  3. #3
    Membre habitué
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    465
    Détails du profil
    Informations personnelles :
    Localisation : France, Bas Rhin (Alsace)

    Informations forums :
    Inscription : Janvier 2007
    Messages : 465
    Points : 154
    Points
    154
    Par défaut
    Citation Envoyé par Uther Voir le message
    On dirait un bug de la JVM, venant apparemment de jpeg.dll.

    Utilises-tu des images jpeg dans ton application?
    Non, j'utilise pas des image JPEG, mais j'utilise des images gif et png.

Discussions similaires

  1. Problème version JVM
    Par Borowsky dans le forum Débuter avec Java
    Réponses: 5
    Dernier message: 31/10/2010, 21h15
  2. Erreur JVM crash
    Par pjmorce dans le forum Général Java
    Réponses: 5
    Dernier message: 28/10/2008, 12h22
  3. Problème config serveur. Crash.
    Par niconeo dans le forum Administration système
    Réponses: 1
    Dernier message: 03/04/2008, 09h38
  4. problème avec JVM
    Par ulysse031 dans le forum JBuilder
    Réponses: 1
    Dernier message: 16/03/2007, 17h36
  5. [JVM] crash de la JVM
    Par xavdj dans le forum Général Java
    Réponses: 13
    Dernier message: 04/01/2006, 02h29

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo