Boost C++ Libraries: Ticket #12192: boost log exception handler not invoked in release mode https://svn.boost.org/trac10/ticket/12192 <p> Boost version - 1.57.0.0 Platform - Windows Compiler - VS 2013 Update 5 </p> <p> When registering an exception handler for the boost log library we observe that on an exception the handler is called in the debug version of our application and not called in the release version of the application. </p> <p> The handler is modeled based on the documentation here: <a href="http://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.exception_handlers">http://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/log/detailed/utilities.html#log.detailed.utilities.exception_handlers</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12192 Trac 1.4.3 Andrey Semashev Thu, 12 May 2016 08:13:23 GMT <link>https://svn.boost.org/trac10/ticket/12192#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12192#comment:1</guid> <description> <p> Please, provide a self-contained code sample that reproduces the problem. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrey Semashev</dc:creator> <pubDate>Sun, 17 Jul 2016 16:43:35 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/12192#comment:2 https://svn.boost.org/trac10/ticket/12192#comment:2 <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">worksforme</span> </li> </ul> <p> The example libs/log/example/doc/exception_handling.cpp works as expected for me. </p> Ticket