Boost C++ Libraries: Ticket #11569: Insufficient bullet-proofing in boost::unit_test::framework::get https://svn.boost.org/trac10/ticket/11569 <p> When I ran a minimal toy problem (I'm VERY new to BUT), I got an exception after the single test in my "toy problem" completed. In the debugger I traced it to framework.ipp L 388. The exception is almost certainly due to my inexperience, but the code appears to be insufficiently bullet-proof against newbies. I suggest adding something like the following at L387: </p> <p> if (!res) throw internal_error( "Unknown test unit"); </p> <p> I am running on Mac OS 10.10.5 (Yosemite). I am attaching the case that produced the error but note that I am NOT requesting that you identify my error (unless it helps you with the real issue). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11569 Trac 1.4.3 William R. Deever <wrdeever@…> Sun, 23 Aug 2015 15:11:14 GMT attachment set https://svn.boost.org/trac10/ticket/11569 https://svn.boost.org/trac10/ticket/11569 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Vector.hpp</span> </li> </ul> <p> Minimal test case that throws on completion of unit test </p> Ticket William R. Deever <wrdeever@…> Sun, 23 Aug 2015 15:11:37 GMT attachment set https://svn.boost.org/trac10/ticket/11569 https://svn.boost.org/trac10/ticket/11569 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Vector.cpp</span> </li> </ul> Ticket William R. Deever <wrdeever@…> Sun, 23 Aug 2015 15:11:57 GMT attachment set https://svn.boost.org/trac10/ticket/11569 https://svn.boost.org/trac10/ticket/11569 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">main.cpp</span> </li> </ul> Ticket Gennadiy Rozental Tue, 25 Aug 2015 07:16:39 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11569#comment:1 https://svn.boost.org/trac10/ticket/11569#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">obsolete</span> </li> </ul> <p> I cannot reproduce any issues with Boost 1.59. Please upgrade to Boost.Test v3 </p> Ticket