我最近为 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
#
完整错误日志的链接在这里。
配置:
问题:
如何防止日食崩溃?