$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [test] I want my core dumped
From: Alain Miniussi (Alain.Miniussi_at_[hidden])
Date: 2018-08-22 08:58:07
Hi,
I have assert in my library code, but when the assert fire in a test,Â
the main function in minimal.hpp intercept the signal and explains that,
yes, you asked for an abort, but no:
[...]
../../../boost/test/minimal.hpp(136): exception "signal: SIGABRT
(application abort requested)" caught in function: 'int main(int, char **)'
Is there a way to avoid that behavior ? I need that core file.
Thanks
Alain