Bug 462 - Multiple Newt-Windows crashes if they are created on different threads at same time.
Summary: Multiple Newt-Windows crashes if they are created on different threads at sam...
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: windows (show other bugs)
Version: 2
Hardware: pc_x86_64 windows
: --- major
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2011-01-22 18:10 CET by Marc@56K
Modified: 2011-02-25 05:46 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :-)