Re: CRITICAL: Crash with the latest version of JOGL 2
Posted by
gouessej on
Sep 22, 2010; 9:50am
URL: https://forum.jogamp.org/CRITICAL-Crash-with-the-latest-version-of-JOGL-2-tp1480094p1560089.html
Michael Bien wrote
problem is you can't call it early enough in lifecycle containers
(webstart/applets/NetBeans modules etc).
Thats why its a blocker for the JOGL 2 release.
The root cause is known as mentioned in the bug report (threading
optimization).
I have found a workaround, calling GLProfile.initSingleton() in a child class of AbstractUIPlugin works fine (except when I lost the focus) when using Eclipse RCP.