Boost C++ Libraries: Ticket #2293: boost::shared_mutex doesn't complain when internal limits overrun https://svn.boost.org/trac10/ticket/2293 <p> If more than 127 threads are waiting for an exclusive lock on a boost::shared_mutex or more than 2047 threads are waiting for a shared lock then the mutex state becomes corrupt. The mutex should detect the situation. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2293 Trac 1.4.3 Anthony Williams Fri, 05 Sep 2008 21:14:19 GMT status changed https://svn.boost.org/trac10/ticket/2293#comment:1 https://svn.boost.org/trac10/ticket/2293#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket anonymous Tue, 08 Jun 2010 07:28:51 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2293#comment:2 https://svn.boost.org/trac10/ticket/2293#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed on trunk </p> Ticket