Boost C++ Libraries: Ticket #10256: [boost test] - issue: sigaltstack https://svn.boost.org/trac10/ticket/10256 <p> 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. </p> <p> <a class="ext-link" href="http://lists.boost.org/boost-users/2014/07/82434.php"><span class="icon">​</span>http://lists.boost.org/boost-users/2014/07/82434.php</a> </p> <p> The modification is easy it consists to add the macro " <span class="underline">bgq</span> " e.g. </p> <blockquote> <p> 176 # if !defined(<span class="underline">CYGWIN</span>) &amp;&amp; !defined(<span class="underline">QNXNTO</span>) &amp;&amp;! defined(<span class="underline">bgq</span>) 177 # define BOOST_TEST_USE_ALT_STACK 178 # endif </p> </blockquote> <p> <a class="ext-link" href="https://github.com/boostorg/test/blob/boost-1.55.0/include/boost/test/impl/execution_monitor.ipp"><span class="icon">​</span>https://github.com/boostorg/test/blob/boost-1.55.0/include/boost/test/impl/execution_monitor.ipp</a> line 176. </p> <p> I already patch my version of boost on my BG/Q it will be nice to have for the next version </p> <p> Cheers </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10256 Trac 1.4.3 timothee.ewart@… Mon, 28 Jul 2014 08:00:24 GMT <link>https://svn.boost.org/trac10/ticket/10256#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10256#comment:1</guid> <description> <p> Problem with the formatting </p> <p> # if !defined(__CYGWIN__) &amp;&amp; !defined(__QNXNTO__) &amp;&amp;! defined(__bgq__) </p> <blockquote> <p> # define BOOST_TEST_USE_ALT_STACK </p> </blockquote> <p> # endif </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Gennadiy Rozental</dc:creator> <pubDate>Tue, 07 Jul 2015 21:13:50 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/10256#comment:2 https://svn.boost.org/trac10/ticket/10256#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> <p> Fixed in release </p> Ticket