View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014357CMakeCMakepublic2013-08-14 15:282016-06-10 14:31
ReporterJason Howlett 
Assigned ToKitware Robot 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionmoved 
PlatformLinuxOSRed HatOS VersionEL 5
Product VersionCMake 2.8.11.2 
Target VersionFixed in Version 
Summary0014357: Defining an override macro/function of add_library more than once causes a segmentation fault.
DescriptionIf a macro or function override of add_library is created in more than one scope, either directly or through an include of a common file, cmake seg faults during calls to add_library in the second scope. The call to _add_library in the override resolves to the second 'instance' of the add_library override, resulting in an infinite recursion.
Steps To ReproduceUncompress the attached test project, go to the build directory, and run cmake ..
TagsNo tags attached.
Attached Fileszip file icon cmake_crash_test.zip [^] (2,118 bytes) 2013-08-14 15:28

 Relationships

  Notes
(0042349)
Kitware Robot (administrator)
2016-06-10 14:29

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2013-08-14 15:28 Jason Howlett New Issue
2013-08-14 15:28 Jason Howlett File Added: cmake_crash_test.zip
2016-06-10 14:29 Kitware Robot Note Added: 0042349
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team