Bug 462

Summary: Multiple Newt-Windows crashes if they are created on different threads at same time.
Product: [JogAmp] Jogl Reporter: Marc@56K <rossbach>
Component: windowsAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: major    
Priority: ---    
Version: 2   
Hardware: pc_x86_64   
OS: windows   
Type: DEFECT SCM Refs:
Workaround: ---

Description Marc@56K 2011-01-22 18:10:59 CET
On Windows, its not possible to create multiple Newt-Windows at same time with one thread per window. Mostly it crashes with a Null-Pointer Exception.

The original report of this bug was on the forum at: http://jogamp.762907.n3.nabble.com/Multiple-Newt-Windows-crashes-since-jogl-2-0-b18-td2289695.html
Comment 1 Sven Gothel 2011-02-25 05:46:39 CET
http://forum.jogamp.org/Multiple-Newt-Windows-crashes-since-jogl-2-0-b18-tp2289695p2383990.html
+++
With GLProfile.initSingleton(true) the problem is gone.
Thanks :-)