简体   繁体   English

JVM崩溃报告

[英]Crash report from JVM

everybody! 大家好! I have some crach reports from JVM - hs_err_pid .logs. 我有一些来自JVM的小报告-hs_err_pid .logs。 So are they caused by mistakes (exceptions) in my java code? 那么它们是由我的Java代码中的错误(异常)引起的吗? This errors arised from AWT-EventQueue-0: 此错误是由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

No, this is not the result of an error in Java code. 不,这不是Java代码错误的结果。 It can be the result of: 可能是以下结果:

  • Faulty hardware 硬件故障
  • A bug in native code called via JNI 通过JNI调用的本机代码中的错误
  • A bug in the JVM JVM中的错误
  • A bug in the OS 操作系统中的错误

Please look into the "Problematic frame:ole32.dll" crash is happening from ole32.dll. 请查看ole32.dll发生的“问题框架:ole32.dll”崩溃。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM