Hi Max, On Mon, Nov 3, 2008 at 5:06 PM, Max Pfingsthorn <[EMAIL PROTECTED]> wrote: > no, it doesn't seem so. The osgviewer works fine. I did a clean build > just before. > > There is only one thread says "info threads"... > > I'm stumped. Seems only to happen on apps I compile seperately.
Check if you have other OSG libs that you might be linking to, as there is chance that you are compiling against one version of the OSG but linking at runtime to another. It might be worth doing removing the CMakeCache.txt on the OSG and your app and then re-run CMake to make sure that it everything is wired up correctly. If this all fails then it looks like there is a bug in ReentrantMutex. Recreating elsewhere will be the key to tracking it down and fixing it. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

