id summary reporter owner description type status milestone component version severity resolution keywords cc 12224 Crash on MSVC with RTTI disabled raad@… Raffi Enficiaud "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. Patch that checks for BOOST_NO_RTTI in addition to BOOST_NO_TYPEID here: https://github.com/boostorg/test/pull/99" Bugs closed Boost 1.62.0 test Boost 1.59.0 Problem fixed