18 Jun
2002
18 Jun
'02
7:12 p.m.
--- In Boost-Users@y..., "tmcnulty1982"
boost::recursive_mutex::scoped_lock is crashing with some unknown exception in its destructor, no matter whether the lock is locked or not. Has anyone else experienced this problem and possibly have a solution?
Nope. Several questions for you. What compiler/platform? Have you run the regression tests in $BOOST_ROOT/libs/thread/test? Does the regression test produce the same exceptions? Bill Kempf