Thursday, 15 August 2013

Analyzing crash dump (NULL_CLASS_PTR_READ)

Analyzing crash dump (NULL_CLASS_PTR_READ)

My application is crashing from time to time. Looking at windows crash
dump, the following seems interesting:
ExceptionAddress: 000000006abc0608 (jvm!JVM_ResolveClass+0x000000000001d6b8)
ExceptionCode: c0000005 (Access violation)
DEFAULT_BUCKET_ID: NULL_CLASS_PTR_READ
ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced
memory at 0x%08lx. The memory could not be %s.
FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_jvm.dll!JVM_ResolveClass
BUCKET_ID:
X64_APPLICATION_FAULT_NULL_CLASS_PTR_READ_jvm!JVM_ResolveClass+1d6b8
Can you please assist with how should I analyze it? How can I tell if it's
something in my application code or in the JVM code?
Thanks

No comments:

Post a Comment