Hi Toben, On 19 October 2012 22:56, Torben Dannhauer <[email protected]> wrote: > What is the current status of this issue? > > Currently I'm working with openthreads and learn a lot, but as the > threadstartedreported, > the application crashes more or less frequently if I use the notify macro > heavily.
There several changes to the OSG in svn/trunk to help improve thread safety, but in the end some implementations of ostream aren't thread safe so you may need to implement your own NotifyHandler that uses a mutex to serialize the notify calls. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

