Opened 8 years ago
#11144 new Bugs
Kamada Kawai graph layout algorithm crashes with MSVC 2013 with -O2
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The attached file demonstrates a crash which only occurs when compiled with optimizations enabled. When compiling in debug the incorrect code path shown in the stack trace is not chosen.
A full compile output to show the exact compile options used is also included.
Attachments (3)
Change History (3)
by , 8 years ago
by , 8 years ago
Attachment: | BoostGraphCrash.compile.txt added |
---|
Compile output showing full compile flags used for crash
by , 8 years ago
Attachment: | BoostGraphCrash.stack.txt added |
---|
Stack trace of the crash in release mode
Note:
See TracTickets
for help on using tickets.
Demonstrable example of the crash