Hello! There seems to be an issue with osg viewer under Linux which causes a segfault somewhere in OpenThreads if no scene data has been set before calling realize (using the viewer with setUpViewerAsEmbeddedInWindow)
To reproduce, comment out line 131 ( viewer.setSceneData(loadedModel.get()); ) in the osgviewerSDL sample, recompile and run. My current workaround is to set the scene data to NULL (my real scene data is available only later, after initialization). On Windows there seems to be no problem. regards chris _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

