[cmake-developers] [CMake 0014804]: Crash in QCMake.cxx

Mantis Bug Tracker mantis at public.kitware.com
Wed Mar 12 06:41:18 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14804 
====================================================================== 
Reported By:                Peter Kuemmel
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14804
Category:                   QtDialog
Reproducibility:            always
Severity:                   crash
Priority:                   high
Status:                     new
====================================================================== 
Date Submitted:             2014-03-12 11:41 CET
Last Modified:              2014-03-12 11:41 CET
====================================================================== 
Summary:                    Crash in QCMake.cxx
Description: 
QCMake.cxx line 120, extraGen is NULL:

if ( itm.Find("CMAKE_GENERATOR"))
      {
      const char* extraGen = cachem->GetCacheValue("CMAKE_EXTRA_GENERATOR");
      std::string curGen = cmExternalMakefileProjectGenerator::
                              CreateFullGeneratorName(itm.GetValue(), extraGen);
      this->setGenerator(QString::fromLocal8Bit(curGen.c_str()));
      }


Checking for CMAKE_GENERATOR and then getting CMAKE_EXTRA_GENERATOR?


Steps to Reproduce: 
Generator "Visual Studio 12 2013 Win64"
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-03-12 11:41 Peter Kuemmel  New Issue                                    
======================================================================



More information about the cmake-developers mailing list