Summary: | Crash (jvm segfault) when using a one-jar | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Mark Raynsford <org.jogamp> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED INVALID | ||
Severity: | enhancement | CC: | sgothel |
Priority: | --- | ||
Version: | 2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: | |
Workaround: | --- | ||
Attachments: | Output of java -Djogamp.debug=true |
Description
Mark Raynsford
2014-08-16 13:28:10 CEST
Created attachment 621 [details]
Output of java -Djogamp.debug=true
The debug log shows that the crash occurs just after attempting to load libGL.so.1.
Discussion started here: http://jogamp.org/log/irc/jogamp_20140816050529.html#l19 http://jogamp.org/wiki/index.php/JogAmp_JAR_File_Handling#Fat-Jar The provided test jar file does not comply w/ our supported models .. (separate, fat, 'tagged'). it loads some native libs from the jar file 'root' folder, which fail for some reason. |