Subject: [Boost-bugs] [Boost C++ Libraries] #11154: Constructing boost::interprocess::interprocess_semaphore throws in MacOS 10.9.5
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-03-30 17:11:38
#11154: Constructing boost::interprocess::interprocess_semaphore throws in MacOS
10.9.5
-----------------------------------------------+--------------------------
Reporter: Jonathan Jones <jonathan.jones@â¦> | Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: interprocess
Version: Boost 1.56.0 | Severity: Regression
Keywords: |
-----------------------------------------------+--------------------------
Using boost::interprocess::interprocess_semaphore from Boost 1.56 and
running MacOS 10.9.5, it simply throws an exception saying the function is
not implemented:
libc++abi.dylib: terminating with uncaught exception of type
boost::interprocess::interprocess_exception: Function not implemented
This is a regression from Boost 1.49 and MacOS 10.9.5, where this works
fine.
Looking at the two, it appears that 1.49 is using the generic spin
emulation for interprocess_semaphore, whereas 1.56 is implementing
interprocess_semaphore using POSIX unnamed semaphores, which aren't
implemented in MacOS 10.9.5.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11154> 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:18 UTC