Thanks Laurens, good fix of a subtle little typo. Fix now merged and submitted to svn/trunk.
On Fri, Jan 15, 2010 at 1:29 PM, Laurens Voerman <[email protected]> wrote: > Hi Robert, > > I've removed an underscore in > OpenSceneGraph/src/osgUtil/SceneView.cpp > introduced in svn > 10915 (5 Jan 2010): "Added support for call root Camera CullCallbacks" > > > > It causes a segfault in osgViewer based apps on our linux system > (OSG_STEREO=ON OSG_STEREO_MODE=QUAD_BUFFER) > > Problem does not show when OSG_STEREO=OFF. > > > < 976 else _cullVisitor->traverse(*_camera); >> 976 else cullVisitor->traverse(*_camera); > > Looks like a typo, and removing the _ does fix the problem. > > changed file attached, please merge. > > Thanks, > Laurens. > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
