为我的 Xtext 项目执行 "Eclipse Application" 运行 配置时的 SIGSEGV 信号
SIGSEGV signal while executing "Eclipse Application" run configuration for my Xtext project
由于我的计算机已更新到 Mojave (macOS),当我尝试执行 Xtext 项目时出现以下错误(运行 As -> Eclipse Application):
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007fff51115248, pid=10464, tid=775
JRE version: Java(TM) SE Runtime Environment (11.0.1+13) (build 11.0.1+13-LTS)
Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0.1+13-LTS, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
Problematic frame:
C [CoreFoundation+0x8248] CFDictionaryGetValue+0xb
No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
An error report file with more information is saved as:
/Applications/Eclipse.app/Contents/MacOS/hs_err_pid10464.log
If you would like to submit a bug report, please visit:
http://bugreport.java.com/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
很遗憾,我没有那么多信息可以分享。
这里是我的设置:
- 莫哈韦沙漠,10.14.1 版
- Eclipse DSL 工具,版本:2018-09 (4.9.0),构建 ID:20180917-1800
- java version "11.0.1" 2018-10-16 LTS, Oracle one
我测试的内容:
- 运行宁
ulimit -c unimited command
- 正在重新安装 Eclipse
- 正在重新安装我的 JDK。我还在 OpenJDK.
上进行了测试
- 运行宁在一台新电脑上。我在 macOs Sierra 上没有这个错误。
- 我测试了这里提到的解决方案:
- how to fix “Failed to write core dump. Core dumps have been disabled” error while running java
感谢您的帮助。
@Christian Dietrich:非常感谢 link!
此处在 link 中解释了当前的解决方法:在 运行 配置的“参数”选项卡中添加“-nosplash”。
由于我的计算机已更新到 Mojave (macOS),当我尝试执行 Xtext 项目时出现以下错误(运行 As -> Eclipse Application):
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007fff51115248, pid=10464, tid=775
JRE version: Java(TM) SE Runtime Environment (11.0.1+13) (build 11.0.1+13-LTS) Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0.1+13-LTS, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64) Problematic frame: C [CoreFoundation+0x8248] CFDictionaryGetValue+0xb
No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
An error report file with more information is saved as: /Applications/Eclipse.app/Contents/MacOS/hs_err_pid10464.log
If you would like to submit a bug report, please visit: http://bugreport.java.com/bugreport/crash.jsp The crash happened outside the Java Virtual Machine in native code. See problematic frame for where to report the bug.
很遗憾,我没有那么多信息可以分享。
这里是我的设置:
- 莫哈韦沙漠,10.14.1 版
- Eclipse DSL 工具,版本:2018-09 (4.9.0),构建 ID:20180917-1800
- java version "11.0.1" 2018-10-16 LTS, Oracle one
我测试的内容:
- 运行宁
ulimit -c unimited command
- 正在重新安装 Eclipse
- 正在重新安装我的 JDK。我还在 OpenJDK. 上进行了测试
- 运行宁在一台新电脑上。我在 macOs Sierra 上没有这个错误。
- 我测试了这里提到的解决方案:
- how to fix “Failed to write core dump. Core dumps have been disabled” error while running java
感谢您的帮助。
@Christian Dietrich:非常感谢 link!
此处在 link 中解释了当前的解决方法:在 运行 配置的“参数”选项卡中添加“-nosplash”。