Boost C++ Libraries: Ticket #8486: Boost.Test feature request: "identify unrecognized signals" https://svn.boost.org/trac10/ticket/8486 <p> In boost/test/impl/execution_monitor.ipp, around line 608, the default case could be made more informative. I used: </p> <pre class="wiki"> default: report_error( execution_exception::system_error, "unrecognized signal %d", m_sig_info-&gt;si_signo ); </pre><p> rather than the plain "unrecognized signal" format string, and the additional information has been helpful in tracking down a bug in another software library. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8486 Trac 1.4.3 Gennadiy Rozental Tue, 07 Jul 2015 17:06:01 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/8486#comment:1 https://svn.boost.org/trac10/ticket/8486#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> <p> Thank you for suggestion </p> Ticket