J
Jack
I have java program that keeps crashing. Below are the errors in log:
--------------- T H R E A D ---------------
Current thread (0x10924400): JavaThread
"Thread-1" [_thread_in_native, id=2220, stack(0x10b50000,0x10c50000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x223d6574
Registers:
EAX=0x10c4ead8, EBX=0x00000000, ECX=0x0034d2c0, EDX=0x223d6574
ESP=0x10c4ea5c, EBP=0x0034d2c0, ESI=0x10c4eb20, EDI=0x60bee281
EIP=0x223d6574, EFLAGS=0x00010206
Top of Stack: (sp=0x10c4ea5c)
0x10c4ea5c: 6093fe48 10c4eaa0 10c4ead8 10c4eb6d
0x10c4ea6c: 0034d208 268a336f 10c4eafc 10c4eb20
0x10c4ea7c: ffffffff 00000000 00000001 10c4eb38
0x10c4ea8c: 60969871 00000000 6094dd4a 10c4eb20
0x10c4ea9c: 10c4ead8 60bee280 0034d208 0091d7c8
0x10c4eaac: 10c4eb60 00000000 00000000 00000000
0x10c4eabc: 00000000 00000000 00000000 00000000
0x10c4eacc: 00000000 00000000 00000000 00000000
Instructions: (pc=0x223d6574)
0x223d6564:
[error occurred during error reporting (printing registers, top of
stack, instructions near pc), id 0xc0000005]
Stack: [0x10b50000,0x10c50000], sp=0x10c4ea5c, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native code)
C 0x223d6574
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v ~BufferBlob::Interpreter
v ~BufferBlob::Interpreter
v ~BufferBlob::Interpreter
v ~BufferBlob::Interpreter
v ~BufferBlob::StubRoutines (1)
What can cause the crash? How to find the cause of the crash? Is there
any tool to use?
Thanks.
--------------- T H R E A D ---------------
Current thread (0x10924400): JavaThread
"Thread-1" [_thread_in_native, id=2220, stack(0x10b50000,0x10c50000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x223d6574
Registers:
EAX=0x10c4ead8, EBX=0x00000000, ECX=0x0034d2c0, EDX=0x223d6574
ESP=0x10c4ea5c, EBP=0x0034d2c0, ESI=0x10c4eb20, EDI=0x60bee281
EIP=0x223d6574, EFLAGS=0x00010206
Top of Stack: (sp=0x10c4ea5c)
0x10c4ea5c: 6093fe48 10c4eaa0 10c4ead8 10c4eb6d
0x10c4ea6c: 0034d208 268a336f 10c4eafc 10c4eb20
0x10c4ea7c: ffffffff 00000000 00000001 10c4eb38
0x10c4ea8c: 60969871 00000000 6094dd4a 10c4eb20
0x10c4ea9c: 10c4ead8 60bee280 0034d208 0091d7c8
0x10c4eaac: 10c4eb60 00000000 00000000 00000000
0x10c4eabc: 00000000 00000000 00000000 00000000
0x10c4eacc: 00000000 00000000 00000000 00000000
Instructions: (pc=0x223d6574)
0x223d6564:
[error occurred during error reporting (printing registers, top of
stack, instructions near pc), id 0xc0000005]
Stack: [0x10b50000,0x10c50000], sp=0x10c4ea5c, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native code)
C 0x223d6574
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v ~BufferBlob::Interpreter
v ~BufferBlob::Interpreter
v ~BufferBlob::Interpreter
v ~BufferBlob::Interpreter
v ~BufferBlob::StubRoutines (1)
What can cause the crash? How to find the cause of the crash? Is there
any tool to use?
Thanks.