Re: [Boost-bugs] [Boost C++ Libraries] #2681: lwm_pthread fails to catch initialization error

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2681: lwm_pthread fails to catch initialization error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-06-05 16:57:10


#2681: lwm_pthread fails to catch initialization error
---------------------------------------------------------------------+------
  Reporter: Olivier Langlois <olivier.langlois_at_[hidden]> | Owner: pdimov
      Type: Bugs | Status: new
 Milestone: Boost 1.38.0 | Component: smart_ptr
   Version: Boost 1.37.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------------------------------------------+------
Changes (by Jonathan Wakely <jwakely.boost_at_[hidden]>):

 * cc: jwakely.boost_at_[hidden] (added)
  * owner: anthonyw => pdimov
  * component: threads => smart_ptr

Comment:

 I think lwm_pthreads.hpp belongs to the smart_ptr component not threads.

 Boost.Threads asserts that the pthread calls succeed, e.g.
 {{{
         BOOST_VERIFY( !pthread_mutex_init(&m_, 0) );
 }}}
 but I don't know if lightweight_mutex wants to avoid that overhead.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2681#comment:2>
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:00 UTC