Boost C++ Libraries: Ticket #12224: Crash on MSVC with RTTI disabled https://svn.boost.org/trac10/ticket/12224 <p> When runtime type information is turned off, BOOST_NO_TYPEID is not defined for MSVC as well as the Intel compiler in MSVC mode as static typeid works fine. But dynamic typeid leads to a crash at runtime if RTTI is disabled. This happens in execution_monitor::execute when an exception is caught. </p> <p> Patch that checks for BOOST_NO_RTTI in addition to BOOST_NO_TYPEID here: <a class="ext-link" href="https://github.com/boostorg/test/pull/99"><span class="icon">​</span>https://github.com/boostorg/test/pull/99</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12224 Trac 1.4.3 Raffi Enficiaud Tue, 24 May 2016 07:31:40 GMT owner changed https://svn.boost.org/trac10/ticket/12224#comment:1 https://svn.boost.org/trac10/ticket/12224#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Gennadiy Rozental</span> to <span class="trac-author">Raffi Enficiaud</span> </li> </ul> Ticket Raffi Enficiaud Tue, 24 May 2016 07:31:48 GMT status changed https://svn.boost.org/trac10/ticket/12224#comment:2 https://svn.boost.org/trac10/ticket/12224#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Raffi Enficiaud Fri, 27 May 2016 08:36:36 GMT milestone changed https://svn.boost.org/trac10/ticket/12224#comment:3 https://svn.boost.org/trac10/ticket/12224#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.62.0</span> </li> </ul> <p> On next-internal for testing </p> Ticket Raffi Enficiaud Tue, 12 Jul 2016 18:55:15 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12224#comment:4 https://svn.boost.org/trac10/ticket/12224#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Merged to master a38161dd316028d64f9dbf36168095470680a747 </p> Ticket