Hi Dani, all -
So I've recompiled the osx launcher from git R4_7_maintenance, using the new XCode 9.0 beta on OSX 10.13 GM ... but when I replace the binary artifacts in the Eclipse.app, it crashes with a SEGV:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.CoreFoundation 0x00007fff4201cb42 CFBundleGetFunctionPointerForName + 34
1 org.eclipse.sdk.ide 0x000000010eedc62e findSymbol + 62
2 org.eclipse.sdk.ide 0x000000010eeda9e1 original_main + 1249
I had just run build.sh in the launcher's library/cocoa dir, and I'm afraid I don't have time to investigate further. Anyways looking at the most recent comments on
https://bugs.eclipse.org/bugs/show_bug.cgi?id=520176 it doesn't seem like the issue could be amended by recompiling. The issue has been tracked down to occurring on non-English primarry locale only. In fact it seems that the culprit is a combination of Apple not shipping default non-English localizations for Java in High Sierra + Eclipse listing foreign locales in its Info.plist without implementing them...
Cheers,
Martin