Subject: Re: [boost] [test] failures in heap testsuite
From: Tim Blechmann (tim_at_[hidden])
Date: 2013-10-30 14:21:04


>> Assertion failed: (!!s_active_handler), function jump_buffer, file
>> ../boost/test/impl/execution_monitor.ipp, line 683.
>> Assertion failed: (!!s_active_handler), function sys_sig, file
>> ../boost/test/impl/execution_monitor.ipp, line 690.
>>
>> what does this tell me?
>
> Bad build? New compilation options?

that was it, bad linking options actually! boost.test was linked twice,
leading to this more than awkward behavior ...