Re: EGLGLXDrawableFactory JVM crash (x11 display)
Posted by
gouessej on
Dec 20, 2016; 8:49am
URL: https://forum.jogamp.org/EGLGLXDrawableFactory-JVM-crash-x11-display-tp4037534p4037540.html
The crash happens when initializing EGL in /usr/lib/x86_64-linux-gnu/libEGL.so.1 Is there anything you can do on your side to avoid it?
"final static GLU glu = new GLU();"
Don't do that, rather call GLU.createGLU(GL) in GLEventListener.init(GLAutoDrawable). You might get an UnsupportedOperationException by using a very general GLU instance instead of a specialized one.