Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt Creator 9.0.0
-
None
-
d8343b4b4 (9.0)
Description
Qt Creator crashes after following steps:
- Open a project
- Left-click on the "Clangd indexing" progress (option dialog appears)
- Wait until the progress indicator is done and disappears
- Close the Options dialog via "OK"
Backtrace: backtrace.txt
I think that only after the Options dialog closes, FutureProgress::mouseReleaseEvent is processed. And at that time, the FutureProgress does not exist, anymore.