Hi Robert, Compiled fine on MacOSX Leopard using cmake, but when testing in one of my applications I get a crash when closing, this is the stack trace:
Thread 0 Crashed: 0 libosg.63.dylib 0x004f9f51 osg::ObserverNodePath::~ObserverNodePath() + 33 1 libosg.63.dylib 0x004f6b8e osg::NodeTrackerCallback::~NodeTrackerCallback() + 46 2 libosgDB.63.dylib 0x0091b665 osgDB::ObjectWrapper::~ObjectWrapper() + 533 3 libosgDB.63.dylib 0x00916f30 osgDB::RegisterWrapperProxy::~RegisterWrapperProxy() + 160 4 libSystem.B.dylib 0x94ffcdbc __cxa_finalize + 241 5 libSystem.B.dylib 0x94ffccb0 exit + 33 Only occurs with somehing I have, involving ffmpeg imagestreams. Maybe is something I have in my side.. but I didn't had time to tested yet. Before the inclusion of the ObserverNodePath this was not happening. This is a SingleThreaded app. Rafa. On Fri, Feb 19, 2010 at 8:20 AM, Robert Osfield <[email protected]> wrote: > On Fri, Feb 19, 2010 at 6:04 AM, Maxim Gammer <[email protected]> wrote: >> Hi Robert, >> >> I upgrade to 2.9.7 in the next days.... > > Which is rather too late for making sure svn/trunk is well tested > prior to me tagging 2.9.7... so if 2.9.7 contains problems that > weren't tested and reported prior to 2.9.7 then... it's because... you > hang back from testing. > > Please guys we need testing NOW. > > Robert. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > -- Rafael Gaitán Linares Instituto de Automática e Informática Industrial http://www.ai2.upv.es http://gvsig3d.blogspot.com Ciudad Politécnica de la Innovación Universidad Politécnica de Valencia _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

