2016-04-22 74 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