Boost C++ Libraries: Ticket #11271: split_interval_map crash upon overlapping insertion https://svn.boost.org/trac10/ticket/11271 <p> Performing an insertion that overlaps more than one existing interval with a split_interval_map triggers an assertion and then crashes. I am providing a simple application that reproduces the problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11271 Trac 1.4.3 dalzhim@… Tue, 05 May 2015 21:23:44 GMT attachment set https://svn.boost.org/trac10/ticket/11271 https://svn.boost.org/trac10/ticket/11271 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">SplitIntervalMapCrash.cpp</span> </li> </ul> <p> Minimalist program that reproduces the crash. </p> Ticket anonymous Sat, 23 May 2015 01:01:35 GMT version changed https://svn.boost.org/trac10/ticket/11271#comment:1 https://svn.boost.org/trac10/ticket/11271#comment:1 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.58.0</span> → <span class="trac-field-new">Boost 1.55.0</span> </li> </ul> <p> When creating this issue, I was absolutely certain that the boost version I was using was 1.58 but I realized that it was 1.55. I cannot reproduce the issue with boost 1.58 so this ticket should be closed. </p> Ticket Joachim Faulhaber Tue, 01 Sep 2015 10:10:32 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11271#comment:2 https://svn.boost.org/trac10/ticket/11271#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">fixed</span> </li> </ul> <p> Fixed with 1.56.0 </p> Ticket