Re: Has anyone got JOGL 2 running on Ubuntu 10.04.1
Posted by
Wade Walker on
Jun 08, 2011; 1:07am
URL: https://forum.jogamp.org/Has-anyone-got-JOGL-2-running-on-Ubuntu-10-04-1-tp3035618p3037522.html
Does it give you any more of a stack trace, or just the libX11.so pointer that you posted? It's possible that JOGL could be at fault here, but it also might be a driver problem. You could try breakpointing your Java program, then attaching gdb to the process, then letting Java proceed, and then having gdb catch the SIGSEGV. This could give you a better stack trace and help debug the problem.
Before doing that though, I'd make sure that some other OpenGL programs run OK on your system, just to rule out driver or configuration problems (and make sure your drivers are up to date too)