Re: [Boost-bugs] [Boost C++ Libraries] #5829: condition.cpp: condition_impl::notify_all swallows errors from WaitForSingleObject

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5829: condition.cpp: condition_impl::notify_all swallows errors from WaitForSingleObject
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-31 00:37:51


#5829: condition.cpp: condition_impl::notify_all swallows errors from
WaitForSingleObject
-------------------------------+--------------------------------------------
  Reporter: anonymous | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: None
   Version: Boost 1.47.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------

Comment (by Jeffrey Walton <noloader@…>):

 {{{assert(res == WAIT_OBJECT_0)}}} might be too tight - {{{ assert(res ==
 WAIT_OBJECT_0 || res == WAIT_ABANDONED_0)}}} might be a better choice.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5829#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC