【发布时间】:2016-09-21 08:38:15
【问题描述】:
我最近为 Linux 64 位下载了Eclipse IDE for Java EE Developers(Eclipse Neon 1.RC3 Package),因为我使用的是 Ubuntu 14.04LTS 64 位。
每次我启动 Eclipse 时,它都会崩溃。 eclipse下载后我唯一下载的插件是eclipse市场的ZK Studio。
Eclipse 错误日志:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f723c885868, pid=4242, tid=0x00007f723df7c700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x4f0868] 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
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
完整错误日志的链接是here。
配置:
问题:
如何防止 eclipse 崩溃?
【问题讨论】:
-
首先,您应该转到 Neon 的发行版。该版本基于 RC4。
-
@greg-449 - 如果我理解正确,你的意思是我应该使用 RC4 吗?已经发布了吗?
-
我不确定 greg 的意思。我认为 RC3 是目前可以使用的最新最棒的。
-
不,您应该使用 Neon 的实际发行版本。发布版本与RC4a相同,比您使用的RC3更新)。
标签: java eclipse eclipse-neon