Hi Robert, I will test with this fix and let you know.
Abhishek robertosfield wrote: > Hi Abhishek, > > I've been doing a code review of the code associated with the stack > trace and I suspect the static variables in the > osg::getGLExtensionDisableString() function could be the cause, one > way around this would be to make sure these static variables are > initialized single threaded rather let them be initialized on demand > as they are right now. I've introduced a OSG_INIT_SINGLETON_PROXY to > call osg::getGLExtensionDisableString() that will be called during > initialization of global variables which should be done single > threaded. > > Could you try out svn/trunk, or apply the attached GLExtensions.cpp > and see if this resolves the problem? > > Thanks, > Robert. > > _______________________________________________ > osg-users mailing list > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > ------------------ > Post generated by Mail2Forum ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=54283#54283 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

