Я пытаюсь использовать инструменты метамоделирования, предоставленные в сообществе дизайнеров Obeo (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.
Любое разрешение?