23 Jul
2015
23 Jul
'15
9:12 p.m.
William Winder
/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