--------------- T H R E A D ---------------
Current thread (0x003ce400): JavaThread "main" [_thread_in_native, id=6780, stack(0x07410000,0x07510000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000178c
Registers:
EAX=0x00000000, EBX=0x18e4b190, ECX=0x0750fa54, EDX=0x00000000
ESP=0x0750fa40, EBP=0x0750fa74, ESI=0x00000000, EDI=0x0750fa54
EIP=0x00e0075c, EFLAGS=0x00010246
Top of Stack: (sp=0x0750fa40)
0x0750fa40: 003ce400 04d85020 01036760 003ce400
0x0750fa50: 18e4b190 00000000 18e4b190 02b2d760
0x0750fa60: 02b2d780 04ae1ba8 04ae1c00 04ae1c00
0x0750fa70: 04b54de0 0750fa84 01033a24 04d85020
0x0750fa80: 18e4b190 0750fa90 01033a5e 04d85020
0x0750fa90: 0750fad0 6ec98c6c 04d85020 0761a9dd
0x0750faa0: 003ce530 0750fad8 04d85020 00000000
0x0750fab0: 0750fab0 18e4b190 0750fae4 18e51f80
Instructions: (pc=0x00e0075c)
0x00e0073c: 70 01 e0 00 8b 88 08 64 00 00 68 d4 7d f0 01 68
0x00e0074c: b8 7d f0 01 ff d1 83 c4 08 e8 76 ef 04 00 89 37
0x00e0075c: 8b 96 8c 17 00 00 89 57 04 8b 86 90 17 00 00 89
0x00e0076c: 47 08 c6 47 0c 00 ff 86 94 17 00 00 8b c7 5f 5e
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x18e4b190 is an oop
{method}
- klass: {other class}
ECX=0x0750fa54 is pointing into the stack for thread: 0x003ce400
EDX=0x00000000 is an unknown value
ESP=0x0750fa40 is pointing into the stack for thread: 0x003ce400
EBP=0x0750fa74 is pointing into the stack for thread: 0x003ce400
ESI=0x00000000 is an unknown value
EDI=0x0750fa54 is pointing into the stack for thread: 0x003ce400
Stack: [0x07410000,0x07510000], sp=0x0750fa40, free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libcef.dll+0x20075c]
C [libcef.dll+0x433a24]
C [libcef.dll+0x433a5e]
C [npjp2.dll+0x8c6c]
j sun.plugin2.main.server.MozillaPlugin.javaScriptReleaseObject(Lsun/plugin2/liveconnect/BrowserSideObject;)V+9
j sun.plugin2.main.server.LiveConnectSupport$PerPluginInfo.releaseAllObjects()V+39
j sun.plugin2.main.server.LiveConnectSupport.shutdown(I)V+42
j sun.plugin2.main.server.JVMInstance.unregisterApplet(I)V+64
j sun.plugin2.main.server.JVMInstance.recycleAppletID(I)V+2
j sun.plugin2.main.server.JVMManager.recycleAppletID(Lsun/plugin2/main/server/AppletID;)V+15
j sun.plugin2.main.server.MozillaPlugin.stopApplet()V+237
j sun.plugin2.main.server.MozillaPlugin.destroy()V+15
v ~StubRoutines::call_stub
V [jvm.dll+0x13f1fa]
V [jvm.dll+0x202aee]
V [jvm.dll+0x13f27d]
V [jvm.dll+0xc9bc2]
V [jvm.dll+0xcd813]
C [npjp2.dll+0x203e]
C [npjp2.dll+0xd1c4]
C [npjp2.dll+0xc8df]
C [MSVCR100.dll+0x5c600]
C [kernel32.dll+0xb729]
from the log file generated by guiclient exe it looks like java is doing a cleanup and causes an issue in libcef dll. pretty particular/not common error i think but wondering if any one else has seen this -- at the minimum would like to catch error and gently shutdown but no luck so far.