Posted by runiter on Jan 10, 2013; 9:21pm URL: https://forum.jogamp.org/jogl-crashes-video-card-driver-tp4026980p4027788.html
gouessej wrote
I call display(), makeCurrent() and release(). I run out of new ideas to fix this bug.
Can't you debug it by putting breakpoint (or printing stack trace) on display() and inside of makeCurrent() and release() methods to see where the extra makeCurrent() call is coming from?