-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
So, originally this has been discovered by @jayfella but I don't think we've been tracking this officially already, thus:
Just trying to run the most simple example (here app.start()) using lwjgl2 fails as follows:
Jan. 11, 2020 3:11:12 NACHM. com.jme3.system.JmeDesktopSystem initialize
INFORMATION: Running on jMonkeyEngine 3.3.0-beta1
* Branch: HEAD
* Git Hash: bd1b6d2
* Build Date: 2019-12-22
Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
However opposing to the claim this should be working with 11.0.4, I've seen reports about 11.0.3 here.
Either way this is unfortunate as 11.0.5 is the one available and I think will replace Java 8 soon.
I am not sure if we can do anything about it, but it should be tracked so people who encounter this know it.
Edit: https://github.com/lattera/glibc/blob/master/elf/dl-lookup.c#L111
this is why it fails, and I am uncertain how openJDK could break that other than by changing the way they invoke glibc to load symbols.
Can anyone manage to find a tracking bug for openJDK? Maybe they don't know it as everyone is just downgrading to openJDK8?