ruby-processing/JRubyArt

issues with jdk12.02 on archlinux

monkstone opened this issue · 1 comments

The latest version of JRubyArt seems to work OK on linux mint, but not on Archlinux. Seems to be related to this issue:-
https://stackoverflow.com/questions/55847497/how-do-i-troubleshoot-inconsistency-detected-dl-lookup-c-111-java-result-12

Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!

I do not pretend to know what it means, but seems possibly a jogl issue or more likely glibc issue on Archlinux?

Not an unknown issue with java and linux.