2016-04-22 6 views
0

私は最近SCALA Eclipse IDEをセットアップしています。私はEclipseを起動した直後にこの致命的な問題を抱えています。Eclipse起動後にSIGSEGVを取得する

今、stackoverflowのSIGSEGV投稿のほとんどは、問題の領域、またはProblematicフレーム領域に取り組むことができる方法を取得します。しかし、私の場合、それは問題のあるフレームを示しているだけです。私が進める必要のある方向を教えてくれますか?

# 
# A fatal error has been detected by the Java Runtime Environment: 
# 
# SIGSEGV (0xb) at pc=0x0000000000000000, pid=5321, tid=47349238024512 
# 
# JRE version: Java(TM) SE Runtime Environment (8.0_77-b03) (build 1.8.0_77-b03) 
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.77-b03 mixed mode linux-amd64 compressed oops) 
# Problematic frame: 
# C 0x0000000000000000 
# 
# Core dump written. Default location: /usr/local/scala-eclipse/core or core.5321 
# 
# An error report file with more information is saved as: 
# /usr/local/scala-eclipse/hs_err_pid5321.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. 
# 

答えて

1

あなたがコアファイル/usr/local/scala-eclipse/core と詳細/usr/local/scala-eclipse/hs_err_pid5321.logとエラーファイルを持っている、と言われています。 hs_err_pid5321.logをオープンしましたか?それはより多くの情報を含んでいましたか?コアファイルについて


:(あなたのJDK/libディレクトリにある)SA-jdi.jarファイルでの素敵なGUIアプリケーションsun.jvm.hotspot.HSDBがあります。そのツールでコアファイルを開いてファイルを検査することができます enter image description here

関連する問題