如何查找JVM崩溃的原因?

时间:2016-02-10 05:15:49

标签: java eclipse dll java-8 jna

我使用jdk1.8.0_72(32位),tomcat服务器8和eclipse luna 32位加载我的本机库mylib.dll(共享库)。

运行我的服务器之后,我在控制台中遇到运行时错误,eclipse服务器停止了。是因为我的jre版本与我的库文件不匹配?我应该降级我的jre版本吗?

欢迎任何建议。

# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00459386, pid=6604, tid=6460
#
# JRE version: Java(TM) SE Runtime Environment (8.0_72-b15) (build 1.8.0_72-b15)
# Java VM: Java HotSpot(TM) Client VM (25.72-b15 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  [mylib.dll+0x59386]
#
# 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:
# D:\eclipse\eclipse\hs_err_pid6604.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

0 个答案:

没有答案