我在这里发现了我的问题: 如何解决“无法写入核心转储。运行Java时出现“核心转储已被禁用”错误 ,此处: 启动时Eclipse崩溃 ,此处: Eclipse继续崩溃
什么也帮不了我;
这就是问题:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fa434ffc2a1, pid=6989, tid=140346763503360
#
# JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libsoup-2.4.so.1+0x6c2a1] soup_session_feature_detach+0x11
#
# 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.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
我这样做是:要启用核心转储,请在再次启动Java之前尝试“ ulimit -c unlimited”,这也无济于事。
我尝试升级,但是遇到依赖问题。
在最近的几天里,我尝试安装Cisco Packet Tracer,这意味着我安装和卸载了一些东西(例如ia386-有些东西-我不记得软件包名称了)。
如果无法解决此问题,我想重新安装ADT或将其安装到Intellij。
进行全新安装(我应如何备份所有插件?)
我有同样的错误太
—
Manee奥斯曼
FYI:这是“在后续的文章”对于这样的问题:stackoverflow.com/questions/23522606/...
—
NYX