新的运行时配置无法打开,并显示错误未能写入核心转储。核心转储已被禁用

时间:2019-07-02 08:02:28

标签: eclipse ecore

我正在尝试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。

任何解决方案?

1 个答案:

答案 0 :(得分:1)

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

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