MantisBT - CMake
View Issue Details
0009799CMakeCTestpublic2009-10-29 16:052010-12-14 18:49
Zach Mullen 
Zach Mullen 
normalmajoralways
closedfixed 
CMake-2-8 
CMake-2-8 
0009799: CTest does not fail gracefully in the case of circular test dependencies
Brad Davis showed me a segfault that was occurring in ctest 2.8 rc4 when he had accidentally included a circular test dependency. Instead of an error message, the stack overflows because we have no logic to elegantly fail in the condition of a cycle in the dependency graph.
No tags attached.
Issue History
2009-10-29 16:05Zach MullenNew Issue
2009-10-29 16:05Zach MullenStatusnew => assigned
2009-10-29 16:05Zach MullenAssigned To => Zach Mullen
2009-11-03 10:10Zach MullenNote Added: 0018329
2009-11-03 10:10Zach MullenStatusassigned => resolved
2009-11-03 10:10Zach MullenFixed in Version => CMake-2-8
2009-11-03 10:10Zach MullenResolutionopen => fixed
2010-12-14 18:49David ColeNote Added: 0024077
2010-12-14 18:49David ColeStatusresolved => closed

Notes
(0018329)
Zach Mullen   
2009-11-03 10:10   
Now checks for cycles before running any tests. If one is found, we report it and exit.
(0024077)
David Cole   
2010-12-14 18:49   
Closing bugs that have been resolved for more than 3 months without any further updates.