Self-test fails on RHEL8

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Self-test fails on RHEL8

s.heinz
Hi there,

I'm desperately trying to get JOGL up and running on a RHEL8 machine.
For this machine I do not have a local access instead I use MobaXterm on a Windows (yuck) powered computer to login via SSH.

When I try to execute etc/test.sh included in the jogamp-all-platforms package the script keeps crashing with a segmentation fault. Since I'm new to JOGL and have not yet understood the concept of the Linux Graphics drivers stack, I kindly ask you to have a look at the crash report that can be found here:
Output from test.sh

Does somebody have an idea, what might cause the script to crash?

Thanks in advance.

Best regards,
Heinz.
Reply | Threaded
Open this post in threaded view
|

Re: Self-test fails on RHEL8

Sven Gothel
Administrator
A crash in ..
j jogamp.opengl.x11.glx.GLX.dispatch_glXSwapIntervalEXT0(JJIJ)V+0
j jogamp.opengl.x11.glx.GLX.glXSwapIntervalEXT(JJI)V+43
Can you pipe the output and attach as well please, i.e. "test.sh 2>&1 | tee test.log"?
Thx.
Reply | Threaded
Open this post in threaded view
|

Re: Self-test fails on RHEL8

s.heinz
Sure! This is what I got:

Piped output from test.sh

(I hope it's ok to dump the text to an external site, I didn't want to flood the forum with lengthy text files.)
Reply | Threaded
Open this post in threaded view
|

Re: Self-test fails on RHEL8

gouessej
Administrator
Please can you use JOGL 2.4.0 instead of JOGL 2.3.2?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Self-test fails on RHEL8

s.heinz
Good point! I was not aware of playing around with the previous version (I have both 2.3.2 and 2.4.0 on my machine). After switching to the latest version JOGL runs fine now.
Thank you very much!
Reply | Threaded
Open this post in threaded view
|

Re: Self-test fails on RHEL8

gouessej
Administrator
You're welcome. Thank you for your feedback.
Julien Gouesse | Personal blog | Website