来自JVM的崩溃报告

时间:2011-04-26 08:30:19

标签: java crash jvm

大家好! 我有来自JVM的一些crach报告 - hs_err_pid .logs。 它们是由我的java代码中的错误(异常)引起的吗?这个错误来自AWT-EventQueue-0:

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

Current thread (0x4f61b800):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=9072, stack(0x4f570000,0x4f5c0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000060

The header: 
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x761e76d0, pid=8756, tid=9072
#
# JRE version: 6.0_24-b07
# Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode windows-x86 )
# Problematic frame:
# C  [ole32.dll+0x376d0]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#strong text

3 个答案:

答案 0 :(得分:6)

不,这不是Java代码中的错误的结果。它可能是:

的结果
  • 硬件故障
  • 通过JNI调用的本机代码中的错误
  • JVM中的错误
  • 操作系统中的错误

答案 1 :(得分:0)

答案 2 :(得分:0)

请查看“有问题的框架:ole32.dll”崩溃是从ole32.dll发生的。

请参阅类似的崩溃报告 http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=e5f1f1011daf96ffffffffdd154dd2e731150?bug_id=6967456