Status
Not open for further replies.

ynj

Active Member
111
2010
20
0
can anyone please help me with this error code..i cant find the solution on this error on java.


error log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000001fd, pid=5780, tid=5996
#
# JRE version: 7.0_17-b02
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# C 0x000001fd
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#

--------------- T H R E A D ---------------

Current thread (0x03fda000): JavaThread "AWT-EventQueue-5" [_thread_in_Java, id=5996, stack(0x05030000,0x05080000)]

siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x000001fd

Registers:
EAX=0x00000000, EBX=0x00000015, ECX=0x28dac658, EDX=0x00000000
ESP=0x050895ab, EBP=0x0507dfc8, ESI=0x379af2f1, EDI=0x0507dff4
EIP=0x000001fd, EFLAGS=0x00010212

Top of Stack: (sp=0x050895ab)
0x050895ab: 00000000 00000000 00000000 00000000
0x050895bb: 00000000 00000000 00000000 00000000
0x050895cb: 00000000 00000000 00000000 00000000
0x050895db: 00000000 00000000 00000000 00000000
0x050895eb: 00000000 00000000 00000000 00000000
0x050895fb: 00000000 00000000 00000000 00000000
0x0508960b: 00000000 00000000 00000000 00000000
0x0508961b: 00000000 00000000 00000000 00000000

Instructions: (pc=0x000001fd)
0x000001dd:
 
1 comment
a stack shouldn't have this much 0 in stack.
so it looks like it's a nullpointer-error.

do you have the code?
if yes, just debug it?
 
Status
Not open for further replies.
Back
Top