Occasionally I need a core dump if testing goes wrong.
Boost test have the following option
------------
Parameter: catch_system_errors
Allows to switch between catching and ignoring system errors (signals).
Command line formats:
--[no_]catch_system_errors[=<boolean value>]
-s[ <boolean value>]
-------------------