Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.11.0
-
None
-
-
6627cb2f3faa3b4dcec66e894c67d3fd2194c7c8 (qt-creator/qt-creator/master)
Description
I am trying to find more information about this bug:
https://bugreports.qt.io/browse/QTCREATORBUG-23504
So I am trying to trigger the bug in a different way (minimal example).
I found this issue:
It is possible to crash QtCreator using parallell includes that are circular.
Load project zoo.pro
- zoo.pro
include("bar.pro")
include("foo.pro")
- bar.pro
include("foo.pro")
- foo.pro
include("bar.pro")
Attachments
For Gerrit Dashboard: QTCREATORBUG-23567 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
289716,2 | ProParser: Fix freeze with include loops | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |