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

标签 java c++ eclipse

我在这里发现了一个相关的问题:how to fix “Failed to write core dump.核心转储已被禁用”错误,同时运行 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 Types。在我用鼠标点击幻灯片的那一刻,ecipse 试图打开幻灯片(女巫是空的)并崩溃。 此外,我无法在我的代码中设置 BreakingPoints,/Run 下的选项显示为灰色。 Shift+Contro+B 也不起作用。

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

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

我正在使用: 面向并行应用程序开发人员的 Eclipse 版本:Luna Service Release 1 (4.4.1) 内部版本号:20140925-1800 Ubuntu 14.04

感谢阅读。

`

最佳答案

SIGSEV 与由于数组边界、无效内存地址引起的段错误有关。

解决方案:

  • 先重新安装eclipse。

  • 如果不行就用 eclipse 重新安装 java。

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

引用:Enterprise Software Development : Don't use JAVA-7

关于java - Eclipse (C++) 崩溃无法写入核心转储。核心转储已被禁用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26928776/

相关文章:

c++ - 使用Typeid进行简单决策

eclipse - Eclipse 中的多行字符串对齐/缩进

eclipse - 如何将 Eclipse 配置为使用现有源代码的现有 git 存储库?

java - Spring:多个事务

java - 协助 Java 程序计算二进制数字

java - Morphia 中用于嵌套类的 ORM

c++ - 使用 C++ 的 Unicode 文件函数

java - Struts tag-tiles 无法在 web.xml 或 jar 文件中解析

c++ - Qt 中简单的无键盘触摸屏小部件

javascript - 如何使用 Eclipse 和 Jquery 来使用 Aptana