Opened 8 years ago

Closed 7 years ago

#10256 closed Bugs (fixed)

[boost test] - issue: sigaltstack

Reported by: timothee.ewart@… Owned by: Gennadiy Rozental
Milestone: Boost 1.59.0 Component: test
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

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

Change History (2)

comment:1 by timothee.ewart@…, 8 years ago

Problem with the formatting

# if !defined(__CYGWIN__) && !defined(__QNXNTO__) &&! defined(__bgq__)

# define BOOST_TEST_USE_ALT_STACK

# endif

comment:2 by Gennadiy Rozental, 7 years ago

Milestone: To Be DeterminedBoost 1.59.0
Resolution: fixed
Status: newclosed

Fixed in release

Note: See TracTickets for help on using tickets.