Details
-
Bug
-
Resolution: Cannot Reproduce
-
P1: Critical
-
None
-
Qt Creator 5.0.0-rc1
-
None
Description
Steps to reproduce (unreliably):
- not sure if related: I had clangd support enabled
- open a project or two, or a session
- when parsing of project is done and QML parsing + C++ parsing happens, close the project(s), best all at once, or switch to another session
- re-open the project
While started inside a debug session QC completely freezed - see attached backtrace. When starting "normal" run I crashed QC in this way several times, so I assume this might be the same problem.
qmljsplugindumper seems to call itself on and on in loadDependencies()
Projects I used usually are neither big nor complex, the backtrace is from a single project created with one of the QC wizards. Had this also for other projects (QC itself) - usually when using qmake based builds, if this matters.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-26314 "Parsing QML files" for no apparent reason
- Reported