Subject: [Boost-bugs] [Boost C++ Libraries] #8486: Boost.Test feature request: "identify unrecognized signals"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-22 22:06:16
#8486: Boost.Test feature request: "identify unrecognized signals"
----------------------------------------------------+-----------------------
Reporter: Roy Stogner <roystgnr@â¦> | Owner: rogeeff
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: test
Version: Boost 1.51.0 | Severity: Cosmetic
Keywords: |
----------------------------------------------------+-----------------------
In boost/test/impl/execution_monitor.ipp, around line 608, the default
case could be made more informative. I used:
{{{
default:
report_error( execution_exception::system_error,
"unrecognized signal %d", m_sig_info->si_signo );
}}}
rather than the plain "unrecognized signal" format string, and the
additional information has been helpful in tracking down a bug in another
software library.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8486> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC