Boost C++ Libraries: Ticket #5831: condition.cpp: enter_wait(), do_wait(), do_timed_wait() swallows errors from WaitForSingleObject https://svn.boost.org/trac10/ticket/5831 <p> enter_wait(), do_wait(), do_timed_wait() silently swallows errors from <a class="missing wiki">WaitForSingleObject</a>. </p> <p> Also see Ticket 5826 and friends. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5831 Trac 1.4.3 Jeffrey Walton <noloader@…> Wed, 31 Aug 2011 00:32:02 GMT component changed; owner set https://svn.boost.org/trac10/ticket/5831#comment:1 https://svn.boost.org/trac10/ticket/5831#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Anthony Williams</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">thread</span> </li> </ul> Ticket Jeffrey Walton <noloader@…> Wed, 31 Aug 2011 00:39:33 GMT cc set https://svn.boost.org/trac10/ticket/5831#comment:2 https://svn.boost.org/trac10/ticket/5831#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">noloader@…</span> added </li> </ul> <p> <code>assert(res == WAIT_OBJECT_0)</code> might be too tight - <code> assert(res == WAIT_OBJECT_0 || res == WAIT_ABANDONED_0)</code> might be a better choice. </p> Ticket viboes Sat, 10 Dec 2011 15:14:19 GMT type changed https://svn.boost.org/trac10/ticket/5831#comment:3 https://svn.boost.org/trac10/ticket/5831#comment:3 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Support Requests</span> </li> </ul> <p> Sorry, I don't see any file libs/thread/src/condition.cpp. Moved to support request until concerned file clarified. </p> Ticket viboes Sat, 10 Dec 2011 15:14:32 GMT cc, owner, status changed https://svn.boost.org/trac10/ticket/5831#comment:4 https://svn.boost.org/trac10/ticket/5831#comment:4 <ul> <li><strong>cc</strong> <span class="trac-author">viboes</span> added </li> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Thu, 29 Dec 2011 10:39:08 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5831#comment:5 https://svn.boost.org/trac10/ticket/5831#comment:5 <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">invalid</span> </li> </ul> <p> Closed as it seems this doesn't corresponds to the current Boost.Thread implementation. </p> Ticket