Re: TextRenderer + VertexBufferObject + GLX on unix
Posted by
Wade Walker on
Apr 07, 2011; 1:01am
URL: https://forum.jogamp.org/TextRenderer-VertexBufferObject-GLX-on-unix-tp2758195p2787949.html
Attila Barcsik wrote
when i've killed the GLJpanel version with Ctrl^C it dropped SIGSEGV, but I think it's another problem and it's not related to TextRenderer, just to GLJPanel:
Maybe this is due to the Animator trying to draw to the GL context after the context has been disposed as a result of ctrl-c? The ctrl-c may not be shutting down the animator thread properly.