Re: GLProfile.initSingleton
Posted by
JOGL_Noob on
May 17, 2012; 3:14am
URL: https://forum.jogamp.org/GLProfile-initSingleton-false-tp3976282p3998407.html
Wade,
In one of your posts you mentioned that GLProfile.initSingleton() was not called early enough and that resulted in pthread crash that affected Linux systems only.
I am using JOGL build from Dec 2011.
I am also using netbeans platform, so there is no main().
Using your guide from here:
http://wiki.netbeans.org/DevFaqPlatformAppAuthStrategies I inserted GLProfile.initSingleton() to the front. So far I am getting the same crash.
Would you say your posts described in first sentence no longer applicable if using JOGL from dec 2011?
My project works on Ubuntu 11.10, crashes with pthread seg fault on Ubuntu 10.04, Centos 5.8 and Centos 6.2
Any ideas what this might be? (error log in another one of my posts at the top).
Thanks