【发布时间】:2017-11-09 10:26:49
【问题描述】:
当我使用 JRE build 1.8.0_152-b16 在 Eclipse Oxygen 上运行我的 Java 项目时出现以下错误。
谁能帮我解决这个问题?
Eclipse 控制台:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x152926f5, pid=6188, tid=0x00000264
#
# JRE version: Java(TM) SE Runtime Environment (8.0_152-b16) (build 1.8.0_152-b16)
# Java VM: Java HotSpot(TM) Client VM (25.152-b16 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [seed.dll+0x26f5]
#
# 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:
# C:\Users\kso8kor\PluginDevelopment_Fresh\Implementation\hs_err_pid6188.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.
#
注意:我在 64 位机器上使用 32 位 eclipse 和 32 位 JVM。
【问题讨论】:
-
感谢您的快速回复。但我忘了提到我在此处提问之前检查了“hs_err_pid6188.log”文件和类似问题。
-
我认为你需要在 Java 中启用 minidumps(在 Windows 机器上),尝试使用这个 JVM 选项:-XX:+CreateMinidumpOnCrash
-
我该怎么做?
-
@brahimfes 当我将 -XX:+CreateMinidumpOnCrash 添加到 vmargs 时。我得到以下信息:Java 运行时环境检测到致命错误:已写入核心转储。默认位置:C:\Users\kso8kor\PluginDevelopment_Fresh\Implementation\hs_err_pid5548.mdmp
-
点击上述链接时,我收到页面不存在消息。