Subject: [Boost-bugs] [Boost C++ Libraries] #11990: interprocess_condition on OSX with processes in different address spaces
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-02-16 17:51:56
#11990: interprocess_condition on OSX with processes in different address spaces
------------------------------------+--------------------------
Reporter: johughes@⦠| Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: interprocess
Version: Boost 1.60.0 | Severity: Problem
Keywords: interprocess_condition |
------------------------------------+--------------------------
Under OSX (at least El Capitan), interprocess_condition does not work if
shared between processes that map the shared condition and mutex variables
into different address spaces. This is because the OSX pthreads condition
implementation stores a raw pointer to the mutex used to wait.
Details and example code here: http://stackoverflow.com/questions/35305291
/boost-interprocess-condition-multiple-threads-calling-wait-fails
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11990> 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:19 UTC