Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 3.0.1
-
None
-
Windows 7 x64, QtCreator 3.0.1, Microsoft Visual Studio 2010
Description
What I did:
1) Open CMakeLists.txt (new project), configured, generated and compiled as usual - no errors.
2) Closed QtCreator
3) Opened QtCreator again with the CMakeLists.txt, it is asked to run CMake again, that works, but when completing the dialog, QtCreator crashes (before showing up the project files or "Parsing" progress bar).
This crash can be reproduced by:
1) not running CMake just before
2) delete <source>/CMakeLists.txt.user (with the only difference that you'll need to point again to the build directory)
3) delete %APPDATA%/Roaming/QtProject
4) deinstall + reinstall QtCreator
Repeating all items with Qt4.8.5 / Qt5.2.1 does not make any difference (works/compiles at first, crashes when trying to open again). Compiling with command line still works (both with nmake and jom).
Any pragmatic ideas on how to investigate the crash?
Important note: This happens only for a certain project, but I don't know how to determine the cause for the crash.