18 Sep
2008
18 Sep
'08
11 p.m.
Boris
I temporarily hardcoded in boost/test/impl/execution_monitor.ipp:
m_CHLD_action( SIGCHLD, false, attach_dbg, alt_stack )
That works. If the macro BOOST_TEST_IGNORE_NON_ZERO_CHILD_CODE does the same it should be all right. :)
No. We still want to detect if child is crashed, for example. Gennadiy