Bug 1098

Summary: setTitle in display() of GLEventListener causes exception when window closes
Product: [JogAmp] Newt Reporter: Mark Raynsford <org.jogamp>
Component: coreAssignee: Sven Gothel <sgothel>
Status: CONFIRMED ---    
Severity: enhancement CC: spamove
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: DEFECT SCM Refs:
Workaround: ---
Attachments: stack trace
test case

Description Mark Raynsford 2014-10-28 19:52:00 CET
Created attachment 661 [details]
stack trace

When calling setTitle in the display() method of a GLEventListener attached to a NEWT window, the program will raise an exception when closing the window. The window stays open, and none of the GLEventListener methods are called again.

See attached stack trace and error message triggered when the above occurs, and a test case.
Comment 1 Mark Raynsford 2014-10-28 19:52:28 CET
Created attachment 662 [details]
test case
Comment 2 vaxquis 2015-12-05 21:55:36 CET
I can confirm this bug; it appeared exactly as described with the exactly same stack trace. Commenting out the setTitle() called stopped it from appearing.