Subject: [Boost-bugs] [Boost C++ Libraries] #10256: [boost test] - issue: sigaltstack
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-07-28 07:43:26
#10256: [boost test] - issue: sigaltstack
------------------------------+---------------------
Reporter: timothee.ewart@⦠| Owner: rogeeff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: test
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
------------------------------+---------------------
The IBM blue gene/Q linux compute node does not support sigaltstack linux
function. Consequently the boost test library does not work. I already
open discussion on the boost forum, and boost user.
http://lists.boost.org/boost-users/2014/07/82434.php
The modification is easy it consists to add the macro " __bgq__ " e.g.
176 # if !defined(__CYGWIN__) && !defined(__QNXNTO__) &&!
defined(__bgq__)
177 # define BOOST_TEST_USE_ALT_STACK
178 # endif
https://github.com/boostorg/test/blob/boost-1.55.0/include/boost/test/impl/execution_monitor.ipp
line 176.
I already patch my version of boost on my BG/Q it will be nice to have for
the next version
Cheers
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10256> 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:16 UTC