2016-12-31 250 views
1

我正在使用Eclipse Neon.1,程序似乎在启动时崩溃。我目前在Linux Mint 18上运行Eclipse。在给出崩溃信息之前,我想指出由于某些原因,Eclipse并不总是崩溃。例如,它可能一次,然后不再为几个尝试启动。Eclipse在启动时崩溃

首先,每当加载屏幕显示“loading org.eclipse.linuxtools.docker.core”时总会发生崩溃。下面是通过终端运行eclipse时给出的错误信息。我使用的是正式的Oracle Java版本jdk1.8.0_112。

org.eclipse.m2e.logback.configuration: Initializing logback 
A fatal error has been detected by the Java Runtime Environment: 
    SIGSEGV (0xb) at pc=0x00007fd8f1bf7fe8, pid=6348, tid=0x00007fd8f32f8700 
JRE version: Java(TM) SE Runtime Environment (8.0_112-b15) (build 1.8.0_112-b15) 
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.112-b15 mixed mode linux-amd64 compressed oops) 
Problematic frame: 
V [libjvm.so+0x4f0fe8] ConstantPool::klass_name_at(int)+0x28 
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again 
An error report file with more information is saved as: 
/home/xxxxxx/Software/Eclipse/eclipse/hs_err_pid6348.log 
If you would like to submit a bug report, please visit: 
    http://bugreport.java.com/bugreport/crash.jsp* 

我可以添加完整的错误报告文件,以及如果有人认为有必要。 如果有人能帮我解决这个问题,这将是一个巨大的帮助。

+0

“无法写入核心转储”听起来像是你的问题。你尝试[这个答案](http://stackoverflow.com/questions/28982396/failed-to-write-core-dump-core-dumps-have-been-disabled)? – stisch

+0

尝试将您的JVM设置为eclipse.ini文件。示例:http://stackoverflow.com/questions/13597862/eclipse-workspace-crashes-on-startup/42227615#42227615 –

回答

0

/home/xxxxxx/Software/Eclipse/eclipse/hs_err_pid6348.log

包含您关于崩溃的信息。你检查过了吗?