-1
JREビルド1.8.0_152-b16を使用してEclipse OxygenでJavaプロジェクトを実行すると、次のエラーが発生します。JRE(1.8)でJavaプロジェクトを実行しているときに「Java Runtime Environmentによって致命的なエラーが検出されました:」
問題を解決するお手伝いをしてもらえますか?
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ビット日食と32ビットJVMを使用しています。
ご連絡ありがとうございます。しかし、私はここで質問をする前に、 "hs_err_pid6188.log"ファイルと同様の質問をチェックしたことに言及しなかった。 –
Java(Windowsマシン)上でミニダンプを有効にする必要があると思うので、このJVMオプションを試してみてください:-XX:+ CreateMinidumpOnCrash – brahimfes
どうすればいいですか? –