Hi Harry,

Sorry I don't know how to interpret the CDB.exe dump you gave. Maybe someone else on the mailing list...? So you have the crash, even with a minimal CMakeLists.txt of three lines:

  cmake_minimum_required(VERSION 3.13)
  project(MyProject)
  add_executable(MyProject MySource.cpp)

And the following command:
  cmake.exe" -Ax64 -G"Visual Studio 14 2015" ../

I just built a Debug (x64) version of cmake.exe on VS2015, directly from https://gitlab.kitware.com/cmake/cmake.git and tried to reproduce your issue, but again, no crash at all.

Do you get this crash with the previous release version (CMake 3.12.4) as well? Or are you 100% sure that it is introduced with 3.13?


On 2018-11-23 14:18, Harry Mallon wrote:
Hi Niels,

Apologies for not replying inline, that email didn’t get through
(except in the digest). I can reproduce it with that short project
file (also with the INTERPROCEDURAL_OPTIMIZATION_RELEASE line
commented out).

I have just spent some time trying to debug it, but I don’t have a
full copy of Visual Studio. I have this information from CDB.exe. Is
that more use?

--
Niels Dekker
Scientific programmer
LKEB, Leiden University Medical Center
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake

Reply via email to