java - Eclipse 启动时崩溃

标签 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*

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

最佳答案

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

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

关于java - Eclipse 启动时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41404634/

相关文章:

java - 从 WEB-INF 中的 JSP 访问资源

Java 使用 JPA 2.1 和 @ManyToOne 上的 hibernate 部分加载实体

c - 如果传递了冲突的编译器标志,GCC 会如何表现?

Cygwin1.dll 'not found' 在运行用 C 编写的程序时。如何让 Windows 找到它?

java - Eclipse 中的奇怪标志

java - 解释 for 循环中的输出

java - Swagger 注释不会产生预期结果

linux - 如何使用 shell 脚本运行 2 个命令

linux - 如何对 Linux 密码进行逆向工程?

Eclipse自动todo任务添加