Hi Robert, As I mentioned on osg-users, I have found a deadlock in osgViewer.
Apparently the _endDynamicDrawBlock was already reached by a graphics thread before the viewer got a chance to reset it. So then that draw thread was released (and subsequently blocked on the sceneview queue) and the viewer has gone to infinite wait on the _endDynamicDrawBlock later. I am not even sure why the _endDynamicDrawBlock has to be reset. -- Csaba
osg-viewer.tgz
Description: GNU Zip compressed data
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
