View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014016CMakeCMakepublic2013-03-15 07:402013-10-07 10:04
ReporterSylwester Arabas 
Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product VersionCMake 2.8.9 
Target VersionCMake 2.8.11Fixed in VersionCMake 2.8.11 
Summary0014016: cmake segfaults with empty -DCMAKE_CXX_COMPILER
DescriptionSteps to reproduce below.
HTH,
Sylwester
Steps To Reproduce$ cat CMakeLists.txt
project(test)

$ cmake .
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/slayoo/Temp/cmake-test

$ cmake . -DCMAKE_CXX_COMPILER=
-- Configuring done
Segmentation fault

$ cmake --version
cmake version 2.8.9
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0013901closedBrad King cmake . -DCMAKE_CXX_COMPILER= results in segfault 

  Notes
(0034008)
Robert Maynard (manager)
2013-10-07 10:04

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2013-03-15 07:40 Sylwester Arabas New Issue
2013-03-15 08:19 Brad King Relationship added duplicate of 0013901
2013-03-15 08:19 Brad King Status new => resolved
2013-03-15 08:19 Brad King Resolution open => duplicate
2013-03-15 08:19 Brad King Fixed in Version => CMake 2.8.11
2013-03-15 08:19 Brad King Target Version => CMake 2.8.11
2013-10-07 10:04 Robert Maynard Note Added: 0034008
2013-10-07 10:04 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team