$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Trouble with Boost.Test on ESXi
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2015-07-23 17:12:42
William Winder <wwinder.unh <at> gmail.com> writes:
> /tmp # ./MyTests
> Test setup error: system_error produced by: ::sigaltstack( 0, &sigstk ) !=
> -1: Function not implemented
>
> I'm wondering how I can disable this assert and what the repercussions
> would be.
What you are looking for is BOOST_TEST_USE_ALT_STACK. Make sure it is not
defined on your platform. Please submit patch against develop branch.
Gennadiy