Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
Qt Creator 2.5.2
-
None
-
Windows 7 x64, QtCreator 2.5.2, Qt 4.8.2(VS2010, x64)
Description
When a prf file falls to the endless recursion, qtcreator silently shuts down.
For example(two files under the same directory):
creator_crash.pro
load($$PWD/creator_crash)
creator_crash.prf
load($$PWD/creator_crash)
QtCreator always silently shuts down when you open the project file.