SIGSEGV signal while executing "Eclipse Application" run configuration for my Xtext project

477 Views Asked by At

Since my computer has been updated to Mojave (macOS), I get the following error when I am trying to execute an Xtext project (Run 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.

Unfortunately, I do not have so much information to share.

Here my setup:

  • Mojave, v. 10.14.1
  • Eclipse DSL Tools, v: 2018-09 (4.9.0), Build id: 20180917-1800
  • java version "11.0.1" 2018-10-16 LTS, Oracle one

What I have tested:

Thanks for your help.

1

There are 1 best solutions below

0
On BEST ANSWER

@Christian Dietrich: many thanks for the link!

Here the current workaround explained in the link: to add the '-nosplash' in Arguments tab of run configuration.