为我的 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.

很遗憾,我没有那么多信息可以分享。

这里是我的设置:

我测试的内容:

感谢您的帮助。

@Christian Dietrich:非常感谢 link!

此处在 link 中解释了当前的解决方法:在 运行 配置的“参数”选项卡中添加“-nosplash”。