2016-04-22 70 views
0

我最近設置了SCALA Eclipse IDE,並且在啓動我的eclipse(讓我們說在一分鐘左右)之後,我已經收到了這個致命的錯誤。eclipse啓動後獲取SIGSEGV

現在,大多數在stackoverflow上的SIGSEGV帖子確實得到了問題的領域或可以在有問題的框架區域解決問題的方式。但是,就我而言,它只是指出了有問題的框架。你能否給我一個我需要繼續的方向?

# 
# 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嗎?它是否包含更多信息?


關於核心文件:有一個在SA-jdi.jar文件一個漂亮的GUI應用程序sun.jvm.hotspot.HSDB(在你的JDK/lib目錄)。您可以在該工具中打開核心文件並檢查文件 enter image description here