pc = 0x697e0aea的EXCEPTION_ACCESS_VIOLATION(0xc0000005),pid = 11340,tid = 11292

时间:2015-07-27 05:43:00

标签: java

当我尝试在Netbeans 8.0中运行Spring + hibernate应用程序时出现以下错误。 相同的代码在其他机器上正常工作

通过阅读各种帖子,我尝试了下面提到的要点,但都是徒劳的。     1.)安装新版本的java但没有帮助     2.)创造了新的工作空间但没有帮助。     3.)安装了IDE但没有帮助。

Error Log

>
> A fatal error has been detected by the Java Runtime Environment:
>
>  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x697e0aea, pid=11340, tid=11292
>
> JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)
> Java VM: Java HotSpot(TM) Client VM (25.5-b02 mixed mode, sharing windows-x86 )
> Problematic frame:
> C  [atioglxx.dll+0x7b0aea]
>
> Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
>
> An error report file with more information is saved as:
> E:/*path*/hs_err_pid11340.log
>
> If you would like to submit a bug report, please visit:
>   http://bugreport.sun.com/bugreport/crash.jsp
> The crash happened outside the Java Virtual Machine in native code.
> See problematic frame for where to report the bug.
>

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

Current thread (0x16e5e800):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=11292, stack(0x19150000,0x191a0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000100, EBX=0x00000100, ECX=0x00000040, EDX=0x00000000
ESP=0x1919e270, EBP=0x1919e278, ESI=0x00000000, EDI=0x223f0fe8
EIP=0x697e0aea, EFLAGS=0x00010212

Top of Stack: (sp=0x1919e270)
0x1919e270:   00000001 223f0fe8 00000000 691d4a88
0x1919e280:   223f0fe8 00000000 00000100 19cd0ad8
0x1919e290:   1919e308 69ad7640 00000100 00000100
0x1919e2a0:   776d3664 00000100 223f0fe8 00000100
0x1919e2b0:   00000000 00000000 00000001 00000004
0x1919e2c0:   00000000 00000000 00000000 00010000
0x1919e2d0:   691d7766 00000100 00000100 00000100
0x1919e2e0:   00000000 00000000 00000001 503721c2 

Instructions: (pc=0x697e0aea)
0x697e0aca:   fe 5e 5f 75 08 5e 5f 5d e9 12 5b 00 00 f7 c7 03
0x697e0ada:   00 00 00 75 15 c1 e9 02 83 e2 03 83 f9 08 72 2a
0x697e0aea:   f3 a5 ff 24 95 04 0c 7e 69 90 8b c7 ba 03 00 00
0x697e0afa:   00 83 e9 04 72 0c 83 e0 03 03 c8 ff 24 85 18 0b 


Register to memory mapping:

EAX=0x00000100 is an unknown value
EBX=0x00000100 is an unknown value
ECX=0x00000040 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x1919e270 is pointing into the stack for thread: 0x16e5e800
EBP=0x1919e278 is pointing into the stack for thread: 0x16e5e800
ESI=0x00000000 is an unknown value
EDI=0x223f0fe8 is an unknown value


Stack: [0x19150000,0x191a0000],  sp=0x1919e270,  free space=312k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [atioglxx.dll+0x7b0aea]


---------------  S Y S T E M  ---------------

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, ht, tsc, tscinvbit

Memory: 4k page, physical 8329320k(2834288k free), swap 16656784k(10149956k free)

vm_info: Java HotSpot(TM) Client VM (25.5-b02) for windows-x86 JRE (1.8.0_05-b13), built on Mar 18 2014 01:14:47 by "java_re" with MS VC++ 10.0 (VS2010)

time: Mon Jul 27 10:17:26 2015
elapsed time: 76 seconds




Kindly help.

1 个答案:

答案 0 :(得分:0)

****问题已解决:****

这实际上是硬件兼容性问题。在我的机器上安装的图形卡不支持系统(机器)配置。我删除了卡&我的spring + hibernate应用程序运行正常。 pheww ......很放心。 :):)