来自JVM的崩溃报告 [英] Crash report from JVM

查看:245
本文介绍了来自JVM的崩溃报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家!
我有一些来自JVM的crach报告 - hs_err_pid .logs。
它们是否是由我的java代码中的错误(异常)造成的?此错误来自AWT-EventQueue-0:

everybody! I have some crach reports from JVM - hs_err_pid .logs. So are they caused by mistakes (exceptions) in my java code? This errors arised from 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


推荐答案

而不是Java代码中的错误的结果。这可能是以下结果:

No, this is not the result of an error in Java code. It can be the result of:


  • 硬件故障

  • 通过JNI调用的本机代码中的错误

  • JVM中的错误

  • 操作系统中的错误

  • Faulty hardware
  • A bug in native code called via JNI
  • A bug in the JVM
  • A bug in the OS

这篇关于来自JVM的崩溃报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆