Eclipse(C ++)崩溃无法编写核心转储。核心转储已被禁用

时间:2014-11-14 11:16:52

标签: java c++ eclipse

我在这里发现了一个相关的问题:如何修复“无法编写核心转储。核心转储已被禁用“运行java时出错:此处:Eclipse在启动时崩溃,此处:Eclipse继续崩溃。

解决方案对我的问题不起作用:

# A fatal error has been detected by the Java Runtime Environment:
#
#SIGSEGV (0xb) at pc=0x00007f235f554fe0, pid=5347, tid=139790954133248
#
# JRE version: OpenJDK Runtime Environment (7.0_65-b32) (build 1.7.0_65-b32)
# Java VM: OpenJDK 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.5.3
# Distribution: Ubuntu 14.04 LTS, package 7u71-2.5.3-0ubuntu0.14.04.1
# Problematic frame:
# C  [libglib-2.0.so.0+0x38fe0]  g_str_hash+0x0
#
# Failed to write core dump. Core dumps have been disabled. To enable coredumping,        try     "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

当我想打开幻灯片时发生崩溃:Windows / Breakingpoint类型。在我用鼠标击中幻灯片的那一刻,ecipse试图打开幻灯片(女巫是空的)并崩溃。 此外,我无法在我的代码中使用BreakingPoints,/ Run下的选项显示为灰色。 Shift + Contro + B也不起作用。

我试过了: 重新安装日食, 将行添加到config.ini(单独)

-Dorg.eclipse.swt.browser.DefaultType=mozilla
 org.eclipse.swt.browser.DefaultType=mozilla

我正在使用: Eclipse用于并行应用程序开发人员 版本:Luna Service Release 1(4.4.1) 构建ID:20140925-1800 Ubuntu 14.04

感谢您的阅读。

`

1 个答案:

答案 0 :(得分:0)

由于数组边界,内存地址无效,SIGSEV与分段错误有关。

解决方案:

  • 首先重新安装eclipse。

  • 如果不起作用,请用eclipse重新安装java。

添加-XX:LoopUnrollLimit=1作为参数。

参考:Enterprise Software Development : Don't use JAVA-7