【发布时间】:2011-10-20 14:57:37
【问题描述】:
我今天一直在编写我的程序,今天早上运行良好,然后我收到了A fatal error has been detected by the Java Runtime Environment,然后我参考了它创建的日志文件,但我不知道如何理解日志文件,有人可以帮助解释如何解决此错误吗?
我正在使用 jdk 7 在 eclipse 中编程,我尝试重新安装它,但仍然收到同样的错误。
这是文件的第一部分:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0a4d6fc1, pid=4852, tid=5072
#
# JRE version: 7.0-b147
# Java VM: Java HotSpot(TM) Client VM (21.0-b17 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [delta.dll+0x26fc1]
#
# 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
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
这是文件其余部分的副本:http://pastebin.com/R4gTizCQ
如果您需要更多信息,请告诉我
【问题讨论】:
-
这可能会有所帮助 - stackoverflow.com/questions/4896502/…