id summary reporter owner description type status milestone component version severity resolution keywords cc 10256 [boost test] - issue: sigaltstack timothee.ewart@… Gennadiy Rozental "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" Bugs closed Boost 1.59.0 test Boost 1.54.0 Problem fixed