Boost C++ Libraries: Ticket #7046: Output full error message, not just 512 chars https://svn.boost.org/trac10/ticket/7046 <p> 512 chars is not enougth for error message (boost:exception can produce very long strings, exceptions with stack trace won`t fit...). Users complain about this <a class="ext-link" href="http://boost.2283326.n4.nabble.com/test-long-exception-message-and-last-checkpoint-data-td4631508.html"><span class="icon">​</span>http://boost.2283326.n4.nabble.com/test-long-exception-message-and-last-checkpoint-data-td4631508.html</a>. </p> <p> Please allow <code>report_error</code> function in boost/test/impl/execution_monitor.ipp (line 238) to report full messages. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7046 Trac 1.4.3 Gennadiy Rozental Mon, 05 Nov 2012 09:23:05 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7046#comment:1 https://svn.boost.org/trac10/ticket/7046#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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81196" title="enlarge error buffer size ten fold to handle long errors from ...">[81196]</a>) enlarge error buffer size ten fold to handle long errors from boost::exception; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7046" title="#7046: Feature Requests: Output full error message, not just 512 chars (closed: fixed)">#7046</a> </p> Ticket Raffi Enficiaud Tue, 07 Jul 2015 08:31:00 GMT milestone changed https://svn.boost.org/trac10/ticket/7046#comment:2 https://svn.boost.org/trac10/ticket/7046#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> Ticket