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

AWT/Swing Java Discussion :

[EXCEPTION_ACCESS_VIOLATION] erreur dans java hotspot


Sujet :

AWT/Swing Java

  1. #1
    Membre averti Avatar de biozaxx
    Profil pro
    Inscrit en
    Août 2004
    Messages
    403
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2004
    Messages : 403
    Points : 375
    Points
    375
    Par défaut [EXCEPTION_ACCESS_VIOLATION] erreur dans java hotspot
    Bonjour,

    je chope une exception de temps en temps sur une appli (GUI) que je suis en train de developper et je n'ai aucune idée du pourquoi.
    Ceci fait completement crasher l'appli et le seul message que je chope est le suivant :

    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c9110f3, pid=872, tid=528
    #
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode)
    # Problematic frame:
    # C [ntdll.dll+0x10f3]
    #
    # An error report file with more information is saved as hs_err_pid872.log
    #
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    je suis sous java 1.5.0_08-b03.
    Est ce que quelqu'un a deja rencontré ce probleme ?

  2. #2
    Membre régulier Avatar de keub51
    Profil pro
    Inscrit en
    Janvier 2007
    Messages
    349
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Janvier 2007
    Messages : 349
    Points : 116
    Points
    116
    Par défaut
    cherche le fichier hs_err_pid872.log tu aura plus de details

  3. #3
    Membre averti Avatar de biozaxx
    Profil pro
    Inscrit en
    Août 2004
    Messages
    403
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2004
    Messages : 403
    Points : 375
    Points
    375
    Par défaut
    ca j'ai deja regardé mais ca ne m'avance pas vraiment
    voici le contenu du fichier, attention ca file mal a la tete

    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
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
     
    #
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c9110f3, pid=4040, tid=2184
    #
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode)
    # Problematic frame:
    # C  [ntdll.dll+0x10f3]
    #
     
    ---------------  T H R E A D  ---------------
     
    Current thread (0x00a2b578):  JavaThread "Finalizer" daemon [_thread_in_native, id=2184]
     
    siginfo: ExceptionCode=0xc0000005, writing address 0x0c0eefbc
     
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x0ab2f8c8, EDX=0x0c0eefb4
    ESP=0x0ab2f8d8, EBP=0x0ab2f908, ESI=0x0c0eefa0, EDI=0x0c0eefb4
    EIP=0x7c9110f3, EFLAGS=0x00010246
     
    Top of Stack: (sp=0x0ab2f8d8)
    0x0ab2f8d8:   6d149449 0c0eefb4 0c0eefa0 00a2b638
    0x0ab2f8e8:   6d13ac42 00a2b578 06da0698 06da06a0
    0x0ab2f8f8:   0ab2f8ec 0ab2fa30 6d165744 00000000
    0x0ab2f908:   0ab2f934 00a7832f 00a2b638 0ab2f944
    0x0ab2f918:   0ab2f918 00000000 0ab2f944 06da0cf8
    0x0ab2f928:   00000000 06da06a0 0ab2f944 0ab2f964
    0x0ab2f938:   00a729e3 00000000 00a76509 02c89668
    0x0ab2f948:   0ab2f948 06da061f 0ab2f96c 06da0cf8 
     
    Instructions: (pc=0x7c9110f3)
    0x7c9110e3:   24 00 00 00 00 90 90 90 90 90 8b 54 24 04 33 c0
    0x7c9110f3:   ff 4a 08 75 26 89 42 0c f0 ff 4a 04 7d 03 c2 04 
     
     
    Stack: [0x0aaf0000,0x0ab30000),  sp=0x0ab2f8d8,  free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [ntdll.dll+0x10f3]
    j  java.awt.Cursor.finalizeImpl()V+0
    j  java.awt.Cursor.finalize()V+7
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x86e84]
    V  [jvm.dll+0xddead]
    V  [jvm.dll+0x86d55]
    V  [jvm.dll+0x8c128]
    C  [java.dll+0x2006]
    J  java.lang.ref.Finalizer.runFinalizer()V
    J  java.lang.ref.Finalizer.access$100(Ljava/lang/ref/Finalizer;)V
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  java.lang.ref.Finalizer$FinalizerThread.run()V+11
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x86e84]
    V  [jvm.dll+0xddead]
    V  [jvm.dll+0x86d55]
    V  [jvm.dll+0x86ab2]
    V  [jvm.dll+0xa16b2]
    V  [jvm.dll+0x10f4ac]
    V  [jvm.dll+0x10f47a]
    C  [MSVCRT.dll+0x2a3b0]
    C  [kernel32.dll+0xb50b]
     
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  java.awt.Cursor.finalizeImpl()V+0
    j  java.awt.Cursor.finalize()V+7
    v  ~StubRoutines::call_stub
    J  java.lang.ref.Finalizer.invokeFinalizeMethod(Ljava/lang/Object;)V
    J  java.lang.ref.Finalizer.runFinalizer()V
    J  java.lang.ref.Finalizer.access$100(Ljava/lang/ref/Finalizer;)V
    v  ~RuntimeStub::alignment_frame_return Runtime1 stub
    j  java.lang.ref.Finalizer$FinalizerThread.run()V+11
    v  ~StubRoutines::call_stub
     
    ---------------  P R O C E S S  ---------------
     
    Java Threads: ( => current thread )
      0x0ad2fc10 JavaThread "Direct Clip" daemon [_thread_blocked, id=1676]
      0x0ad2f9f8 JavaThread "Direct Clip" daemon [_thread_blocked, id=1956]
      0x0adcdf10 JavaThread "Direct Clip" daemon [_thread_blocked, id=2476]
      0x00a6d890 JavaThread "Direct Clip" daemon [_thread_blocked, id=2656]
      0x00a6d708 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=3768]
      0x0af4fd50 JavaThread "TimerQueue" daemon [_thread_blocked, id=3044]
      0x0bc078b8 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=2200]
      0x0b2014f8 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=2392]
      0x0b201370 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=2368]
      0x0bc13cb8 JavaThread "Timer-2" daemon [_thread_blocked, id=888]
      0x0b21ea98 JavaThread "Store hibernate.coreapplication.com.aureus_pharma.core.graph.AureusGraph Expiry Thread" daemon [_thread_blocked, id=2376]
      0x0ac928f8 JavaThread "Store hibernate.coreapplication.com.aureus_pharma.core.graph.AureusGraph Spool Thread" daemon [_thread_blocked, id=3056]
      0x0b1db3c0 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=1536]
      0x0acd0b30 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=3060]
      0x0acd09a8 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=2328]
      0x0b1a6c10 JavaThread "Timer-1" daemon [_thread_blocked, id=2544]
      0x0b1a2190 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=268]
      0x0b1a1808 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=3656]
      0x0b167950 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=2500]
      0x0b0e4658 JavaThread "Timer-0" daemon [_thread_blocked, id=3924]
      0x0b0b0238 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=940]
      0x00358c98 JavaThread "DestroyJavaVM" [_thread_blocked, id=1948]
      0x0b0ab660 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2744]
      0x0b048ad0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2524]
      0x0ac36df0 JavaThread "AWT-Shutdown" [_thread_blocked, id=1380]
      0x00a36720 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1248]
      0x00a352f0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2984]
      0x00a346d0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3024]
    =>0x00a2b578 JavaThread "Finalizer" daemon [_thread_in_native, id=2184]
      0x00a2a110 JavaThread "Reference Handler" daemon [_thread_blocked, id=2160]
     
    Other Threads:
      0x00a27648 VMThread [id=2576]
      0x00a37900 WatcherThread [id=1828]
     
    VM state:not at safepoint (normal execution)
     
    VM Mutex/Monitor currently owned by a thread: None
     
    Heap
     def new generation   total 2304K, used 721K [0x02a70000, 0x02ce0000, 0x02f50000)
      eden space 2112K,  32% used [0x02a70000, 0x02b19890, 0x02c80000)
      from space 192K,  22% used [0x02c80000, 0x02c8ac98, 0x02cb0000)
      to   space 192K,   0% used [0x02cb0000, 0x02cb0000, 0x02ce0000)
     tenured generation   total 29720K, used 25298K [0x02f50000, 0x04c56000, 0x06a70000)
       the space 29720K,  85% used [0x02f50000, 0x04804bd0, 0x04804c00, 0x04c56000)
     compacting perm gen  total 27136K, used 26961K [0x06a70000, 0x084f0000, 0x0aa70000)
       the space 27136K,  99% used [0x06a70000, 0x084c4788, 0x084c4800, 0x084f0000)
    No shared spaces configured.
     
    Dynamic libraries:
    0x00400000 - 0x0040d000 	C:\Java\jdk1.5.0_08\bin\javaw.exe
    0x7c910000 - 0x7c9c7000 	C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c904000 	C:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e4c000 	C:\WINDOWS\system32\ADVAPI32.dll
    0x77e50000 - 0x77ee1000 	C:\WINDOWS\system32\RPCRT4.dll
    0x77d10000 - 0x77da0000 	C:\WINDOWS\system32\USER32.dll
    0x77ef0000 - 0x77f36000 	C:\WINDOWS\system32\GDI32.dll
    0x77be0000 - 0x77c38000 	C:\WINDOWS\system32\MSVCRT.dll
    0x6d730000 - 0x6d8cb000 	C:\Java\jdk1.5.0_08\jre\bin\client\jvm.dll
    0x76ae0000 - 0x76b0f000 	C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000 	C:\Java\jdk1.5.0_08\jre\bin\hpi.dll
    0x76ba0000 - 0x76bab000 	C:\WINDOWS\system32\PSAPI.DLL
    0x6d700000 - 0x6d70c000 	C:\Java\jdk1.5.0_08\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000 	C:\Java\jdk1.5.0_08\jre\bin\java.dll
    0x6d720000 - 0x6d72f000 	C:\Java\jdk1.5.0_08\jre\bin\zip.dll
    0x6d070000 - 0x6d1d9000 	C:\Java\jdk1.5.0_08\jre\bin\awt.dll
    0x72f50000 - 0x72f76000 	C:\WINDOWS\system32\WINSPOOL.DRV
    0x76320000 - 0x7633d000 	C:\WINDOWS\system32\IMM32.dll
    0x774a0000 - 0x775dc000 	C:\WINDOWS\system32\ole32.dll
    0x5b090000 - 0x5b0c8000 	C:\WINDOWS\system32\uxtheme.dll
    0x736b0000 - 0x736f9000 	C:\WINDOWS\system32\ddraw.dll
    0x73b10000 - 0x73b16000 	C:\WINDOWS\system32\DCIMAN32.dll
    0x74690000 - 0x746db000 	C:\WINDOWS\system32\MSCTF.dll
    0x10000000 - 0x10007000 	C:\Program Files\Logitech\MouseWare\System\LgWndHk.dll
    0x6d2b0000 - 0x6d2ef000 	C:\Java\jdk1.5.0_08\jre\bin\fontmanager.dll
    0x7c9d0000 - 0x7d1f2000 	C:\WINDOWS\system32\shell32.dll
    0x77f40000 - 0x77fb6000 	C:\WINDOWS\system32\SHLWAPI.dll
    0x77390000 - 0x77492000 	C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x58b50000 - 0x58be7000 	C:\WINDOWS\system32\comctl32.dll
    0x6d530000 - 0x6d543000 	C:\Java\jdk1.5.0_08\jre\bin\net.dll
    0x719f0000 - 0x71a07000 	C:\WINDOWS\system32\WS2_32.dll
    0x719e0000 - 0x719e8000 	C:\WINDOWS\system32\WS2HELP.dll
    0x6d550000 - 0x6d559000 	C:\Java\jdk1.5.0_08\jre\bin\nio.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
    0x0ffd0000 - 0x0fff8000 	C:\WINDOWS\system32\rsaenh.dll
    0x76960000 - 0x76a15000 	C:\WINDOWS\system32\USERENV.dll
    0x6fee0000 - 0x6ff34000 	C:\WINDOWS\system32\netapi32.dll
    0x43000000 - 0x43005000 	C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork1.dll
    0x77fc0000 - 0x77fd1000 	C:\WINDOWS\system32\Secur32.dll
    0x62e40000 - 0x62e99000 	C:\WINDOWS\system32\hnetcfg.dll
    0x719d0000 - 0x719d8000 	C:\WINDOWS\System32\wshtcpip.dll
    0x6d4e0000 - 0x6d505000 	C:\Java\jdk1.5.0_08\jre\bin\jsound.dll
    0x6d510000 - 0x6d518000 	C:\Java\jdk1.5.0_08\jre\bin\jsoundds.dll
    0x73e60000 - 0x73ebc000 	C:\WINDOWS\system32\DSOUND.dll
    0x77bd0000 - 0x77bd8000 	C:\WINDOWS\system32\VERSION.dll
    0x76be0000 - 0x76c0e000 	C:\WINDOWS\system32\WINTRUST.dll
    0x779e0000 - 0x77a76000 	C:\WINDOWS\system32\CRYPT32.dll
    0x77a80000 - 0x77a92000 	C:\WINDOWS\system32\MSASN1.dll
    0x76c40000 - 0x76c68000 	C:\WINDOWS\system32\IMAGEHLP.dll
    0x72c70000 - 0x72c79000 	C:\WINDOWS\system32\wdmaud.drv
    0x72c60000 - 0x72c68000 	C:\WINDOWS\system32\msacm32.drv
    0x77bb0000 - 0x77bc5000 	C:\WINDOWS\system32\MSACM32.dll
    0x77ba0000 - 0x77ba7000 	C:\WINDOWS\system32\midimap.dll
    0x73e30000 - 0x73e34000 	C:\WINDOWS\system32\KsUser.dll
    0x0bbe0000 - 0x0bbeb000 	C:\Program Files\Fichiers communs\Logitech\Scrolling\LgMsgHk.dll
    0x76010000 - 0x76075000 	C:\WINDOWS\system32\MSVCP60.dll
    0x6d230000 - 0x6d253000 	C:\Java\jdk1.5.0_08\jre\bin\dcpr.dll
    0x6d200000 - 0x6d22f000 	C:\Java\jdk1.5.0_08\jre\bin\cmm.dll
    0x6d430000 - 0x6d44f000 	C:\Java\jdk1.5.0_08\jre\bin\jpeg.dll
     
    VM Arguments:
    java_command: com.aureus_pharma.profiler.ProfilerInitialisation
    Launcher Type: SUN_STANDARD

  4. #4
    Membre averti Avatar de biozaxx
    Profil pro
    Inscrit en
    Août 2004
    Messages
    403
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2004
    Messages : 403
    Points : 375
    Points
    375
    Par défaut
    Il semblerait que le probleme survienne quand j'utilise l'EDT ...
    si j'enleve tout les SwingUtilities.invokeLater, je n'ai pas le probleme. Par contre dès que je rajoute, ca me pete a la tronche de facon aleatoire.

    je sais que je n'ai pas d'appel a invokeLater partout (j'essai de le rajouter quand je repasse dans le code mais certaine classes datent ..)
    Ce peut il que le fait d'avoir des appels dans et hors de l'EDT créé des conflits entre les thread?

  5. #5
    Membre habitué

    Profil pro
    Inscrit en
    Juin 2006
    Messages
    106
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2006
    Messages : 106
    Points : 182
    Points
    182
    Par défaut
    Tu devrais essayer avec un jdk/jre 1.5.0 plus récent pour voir si tu as toujours ce problème

  6. #6
    Nouveau membre du Club
    Profil pro
    Inscrit en
    Mars 2006
    Messages
    37
    Détails du profil
    Informations personnelles :
    Localisation : Suisse

    Informations forums :
    Inscription : Mars 2006
    Messages : 37
    Points : 38
    Points
    38
    Par défaut
    Hello,

    j'ai déjà rencontré ce genre de problème; sous java 1.5. jsais plus combien, et il me semble que le problème avait disparu en prenant un jdk plus récent.

  7. #7
    Membre averti Avatar de biozaxx
    Profil pro
    Inscrit en
    Août 2004
    Messages
    403
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2004
    Messages : 403
    Points : 375
    Points
    375
    Par défaut
    salut,

    je suis effectivement passé sous le jdk 1.6 et pour l'instant le probleme ne c'est pas representé ...

    j'attend encore quelque temps avant de cloturer definitivement le sujet

    merci pour vos réponses

Discussions similaires

  1. Message d'erreur dans Java
    Par gbourget dans le forum Débuter avec Java
    Réponses: 6
    Dernier message: 15/05/2014, 18h28
  2. erreur dans le code java
    Par aroua dans le forum Général Java
    Réponses: 4
    Dernier message: 10/04/2008, 09h26
  3. erreur EXCEPTION_ACCESS_VIOLATION sous eclipse java
    Par christianf dans le forum Eclipse Java
    Réponses: 3
    Dernier message: 30/08/2007, 18h32
  4. erreur dans mon code "java.lang.NullPointerException"
    Par wiss20000 dans le forum Langage
    Réponses: 12
    Dernier message: 19/04/2007, 09h08
  5. erreur dans programme java sur des vecteurs 3D
    Par HighSchool2005 dans le forum Langage
    Réponses: 18
    Dernier message: 15/02/2007, 16h38

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