新的运行时配置打开失败,出现错误无法写入核心转储。核心转储已被禁用

New runtime configuration fails opening with error Failed to write core dump. Core dumps have been disabled

我正在尝试 Obeo Designer 社区 (https://wiki.eclipse.org/Sirius/Tutorials/DomainModelTutorial)

中提供的元建模工具

我可以生成代码,但是当我想测试元模型时,它抛出我:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fff5767269d, pid=5954, tid=0x0000000000000307
#
# JRE version: Java(TM) SE Runtime Environment (8.0_211-b12) (build 1.8.0_211-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.211-b12 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C  [libobjc.A.dylib+0x669d]  objc_msgSend+0x1d
#
# Failed to write core dump. 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:
# /Users/nitishpatkar/Desktop/ObeoDesigner-Community.app/Contents/MacOS/hs_err_pid5954.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.
# 

我的 mac.

上有 java 版本 1.8.0_211

有什么解决方案吗?

这似乎是由 https://bugs.eclipse.org/bugs/show_bug.cgi?id=538377 引起的,它在最新版本的 Eclipse 中已修复,但存在于 Obeo Designer 中嵌入的版本中。

从其中一条评论来看,似乎有一个解决方法:在用于启动 Eclipse/Obeo Designer 的第二个实例(以测试您的元模型)的启动配置中,在 "Arguments" 选项卡中将“-nosplash”添加到 "Programs Arguments".