Hi J.P. On 29 November 2011 09:52, J.P. Delport <[email protected]> wrote: > can it have something to do with: > static RegisterWindowingSystemInterfaceProxy > createWindowingSystemInterfaceProxy; > > in GraphicsWindowX11?
The proxy registers a X11WindowingSystemInterface object that is used to create the contexts on demand, but it this doesn't cache any contexts. There is code in the constructor of X11WindowingSystemInterface for registering a custom error handler but I wouldn't have thought this would cause problems. One could comment out the error handling setup to see if this makes a difference. All the other functionality of X11WindowSystemInterface is provided on demand, there isn't any caching of handles to X11 so won't cause problems. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

