Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.8.1
-
Fix Version/s: Qt Creator 4.8.2, Qt Creator 4.9.0-beta2
-
Component/s: C/C++/Obj-C++ Support
-
Labels:None
-
Platform/s:
-
Commits:25487daffd54bb73e59fc4aa1414beac5b7ed93b (qt-creator/qt-creator/4.8)
Description
I was adding following code to existing utils.h in existing plain c project:
#ifndef SM_UTILS__H #define SM_UTILS__H
(the #endif was missing at that time)
Qt creator has crashed.
See attached backtrace.