On Mon, Nov 3, 2008 at 5:08 PM, Max Pfingsthorn <[EMAIL PROTECTED]> wrote: > > I'm using the current trunk of OSG (updated 30 mins ago) on Ubuntu > 8.04. The program hangs on the line with osgDB::readNodeFiles. I have > no idea why. > > This is what GDB says: > #6 0xb7ea30c1 in OpenThreads::ReentrantMutex::lock () from > /usr/local/OpenSceneGraph/lib/libosg.so.50
Works here. As the call stack shows a ReentrantMutex, the thread can not deadlock on itself. Thus, another thread must be involved. Please check call stacks for all threads. Also, if you have debugging symbols, you could check the _threadHoldingMutex member of the ReentrantMutex to see who is the owner. -- Csaba _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

