
19 Jan
2005
19 Jan
'05
12:41 a.m.
Mark Rodgers wrote:
Bill,
recursive_try_mutex::do_trylock() (BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE implementation) contains the following:
assert(res == 0);
Surely that should be
assert(res == 0 || res == EBUSY);
This bug still exists in 1.32! -- Jon Biggar Levanta jon@levanta.com