当前位置: 首页>>技术教程>>正文


Eclipse(ADT)崩溃无法写入核心转储。核心转储已被禁用

, , ,

问题描述

我在这里发现了我的问题:how to fix “Failed to write core dump. Core dumps have been disabled” error while running java和这里:Eclipse crashing on startup以及这里:Eclipse continue crash

什么也帮不了我;

这就是问题:

# 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。

进行全新安装(我应如何备份所有插件?)

最佳解决方案

要解决此问题,请尝试放置此行(与-Dorg稍有不同…)

org.eclipse.swt.browser.DefaultType=mozilla

在此文件末尾

eclipse/configuration/config.ini

次佳解决方案

我安装了最新的Java版本”1.8.0_05″和新的ADT,崩溃消失了,我不知道是什么产生的,但是解决此问题的一个好捷径是re-install,并完成此操作。

第三种解决方案

要解决此问题,请输入以下行:

org.eclipse.swt.browser.DefaultType=mozilla

在此文件末尾

eclipse/configuration/config.ini

它将正常工作!

参考资料

本文由Ubuntu问答整理, 博文地址: https://ubuntuqa.com/article/7526.html,未经允许,请勿转载。