Eclipse在启动时崩溃

时间:2016-12-31 01:26:22

标签: java linux eclipse crash

我正在使用Eclipse Neon.1,程序似乎在启动时崩溃。我目前正在Linux Mint 18上运行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*

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

1 个答案:

答案 0 :(得分:0)

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

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