Re: [Boost-bugs] [Boost C++ Libraries] #1323: Assertion Error during cleanup after running out of thread resources

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1323: Assertion Error during cleanup after running out of thread resources
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-12 18:05:55


#1323: Assertion Error during cleanup after running out of thread resources
--------------------------------------+-------------------------------------
  Reporter: martin_wille | Owner: anthonyw
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Changes (by anthonyw):

  * status: new => assigned

Comment:

 The assertion failure implies a bug in the use of barrier (and hence
 condition). pthread_cond_destroy should only fail if there is still a
 thread waiting on the condition when it is destroyed, which is an
 application bug.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1323#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:49:56 UTC