Opened 8 years ago

#11144 new Bugs

Kamada Kawai graph layout algorithm crashes with MSVC 2013 with -O2

Reported by: alex@… 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)

main.cpp (3.8 KB ) - added by alex@… 8 years ago.
Demonstrable example of the crash
BoostGraphCrash.compile.txt (3.6 KB ) - added by alex@… 8 years ago.
Compile output showing full compile flags used for crash
BoostGraphCrash.stack.txt (8.7 KB ) - added by alex@… 8 years ago.
Stack trace of the crash in release mode

Download all attachments as: .zip

Change History (3)

by alex@…, 8 years ago

Attachment: main.cpp added

Demonstrable example of the crash

by alex@…, 8 years ago

Attachment: BoostGraphCrash.compile.txt added

Compile output showing full compile flags used for crash

by alex@…, 8 years ago

Attachment: BoostGraphCrash.stack.txt added

Stack trace of the crash in release mode

Note: See TracTickets for help on using tickets.