EXCEPTION_ACCESS_VIOLATION(0xc0000005)

时间:2013-10-11 18:52:27

标签: jvm-crash

我们在自己的测试工具(Java Based)中运行我们的测试集...并且随机测试失败.....我们得到以下JVM失败错误......请帮助..... < / p>

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006a0d5422, pid=7560, tid=2052

JRE version: 7.0_06-b24
Java VM: Java HotSpot(TM) 64-Bit Server VM (23.2-b09 mixed mode windows-amd64 compressed oops)
Problematic frame:
V  [jvm.dll+0x25422]
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 (0x0000000000dc6800):  GCTaskThread [stack: 0x0000000004e80000,0x0000000004f80000] [id=2052]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000000000a8

Registers:
RAX=0x0000000000000000, RBX=0x000000073ae26d28, RCX=0x0000000000100010, RDX=0x000000073ae26d28
RSP=0x0000000004f7faf8, RBP=0x0000000000e6a660, RSI=0x000000076a5831d4, RDI=0x000000073ae26d28
R8 =0x0000000000000000, R9 =0x0000000000100010, R10=0x000000000000000c, R11=0x0000000000000000
R12=0x000000076a5831f0, R13=0x0000000000000020, R14=0x000000076a583160, R15=0x0000000000000020
RIP=0x000000006a0d5422, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x0000000004f7faf8)
0x0000000004f7faf8:   000000006a15df4b 000000076a583030
0x0000000004f7fb08:   0000000000e6a660 000000076a583024
0x0000000004f7fb18:   000000000000000a 000000073ae26d28
0x0000000004f7fb28:   000000006a1a03fa 0000000000000ee9
0x0000000004f7fb38:   000000006a179dc9 000000076a583208

1 个答案:

答案 0 :(得分:3)

我知道我是&#34; bit&#34;很晚,但我想我应该分享一下,因为我也遇到过java8的这个问题。 在this link中,他们已经解释了原因(不是根本原因)以及如何暂时解决它,直到oracle修复它。

相关问题