Opened 7 years ago
Closed 7 years ago
#11271 closed Bugs (fixed)
split_interval_map crash upon overlapping insertion
Reported by: | Owned by: | Joachim Faulhaber | |
---|---|---|---|
Milestone: | To Be Determined | Component: | ICL |
Version: | Boost 1.55.0 | Severity: | Showstopper |
Keywords: | split_interval_map | Cc: |
Description
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.
Attachments (1)
Change History (3)
by , 7 years ago
Attachment: | SplitIntervalMapCrash.cpp added |
---|
comment:1 by , 7 years ago
Version: | Boost 1.58.0 → Boost 1.55.0 |
---|
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.
Note:
See TracTickets
for help on using tickets.
Minimalist program that reproduces the crash.