Details
-
Bug
-
Resolution: Incomplete
-
P0: Blocker
-
Qt Creator 4.13.1, Qt Creator 4.14.0-beta1
-
Windows 10 MSVC 2019.7
qt-creator/master/1b09888ba997e524efcd9cb01885d73ce563c2b6
-
4c1c11b7b62ef231a2811d5ae94f7c36716230e0 (qt-creator/qt-creator/4.13)
Description
I wanted to benchmark the build-time with different compiler-flags so I deleted the build directory outside of qt-creator, ran qmake, compiled, deleted the build dir, made a change in a .pri file, which is included by > 50 projects, qmake, compile, and so on.
After deleting the build directory and while or shortly after making the change in the .pri file, Qt Creator crashed. That happend multiple times.
I can reproduce it more or less reliably by loading qtcreator.pro inside Qt Creator.
then open a .pri file which causes files to be reparsed e.g. qtcreator.pri.
Then I just type a space and save the file and repeat it. sometimes it already crashes.
Switchichg to a different kit and continuing to modify and save the pri file also helps.
1 QmakeProjectManager::QmakeBuildSystem::qmakeVfs qmakeproject.cpp 821 0x7ffc6997a480 2 QmakeProjectManager::QmakePriFile::scheduleUpdate qmakeparsernodes.cpp 236 0x7ffc6995e220 3 QmakeProjectManager::Internal::QmakePriFileDocument::reload qmakeproject.cpp 127 0x7ffc6997bbe3 4 Core::DocumentManager::checkForReload documentmanager.cpp 1292 0x7ffc6d8c00b0 5 QTimer::timeout Qt5Core 0x7ffc6e6f357a 6 QObject::event Qt5Core 0x7ffc6e6ebefd 7 QApplicationPrivate::notify_helper Qt5Widgets 0x7ffc6f1b57f0 8 QApplication::notify Qt5Widgets 0x7ffc6f1b478a 9 QCoreApplication::notifyInternal2 Qt5Core 0x7ffc6e6c482a 10 QEventDispatcherWin32Private::sendTimerEvent Qt5Core 0x7ffc6e710869 11 QEventDispatcherWin32::event Qt5Core 0x7ffc6e70ebb8 12 QApplicationPrivate::notify_helper Qt5Widgets 0x7ffc6f1b57f0 13 QApplication::notify Qt5Widgets 0x7ffc6f1b478a 14 QCoreApplication::notifyInternal2 Qt5Core 0x7ffc6e6c482a 15 QCoreApplicationPrivate::sendPostedEvents Qt5Core 0x7ffc6e6c65d5 16 qt_plugin_query_metadata qwindows 0x7ffc6e01771f 17 QEventDispatcherWin32::processEvents Qt5Core 0x7ffc6e70ee17 18 qt_plugin_query_metadata qwindows 0x7ffc6e0176f9 19 QEventLoop::exec Qt5Core 0x7ffc6e6c097c 20 QCoreApplication::exec Qt5Core 0x7ffc6e6c37f4
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-24714 Crashing often (when changing git branch externally?)
- Closed
-
QTCREATORBUG-24713 Crash in Qt Creator while editing and saving pro files
- Closed
-
QTCREATORBUG-25040 Qt Creator crash on macOS Big Sur(11.0.1)
- Closed
- replaces
-
QTCREATORBUG-24743 Qt Creator crashes often and randomly without any error notice
- Closed
-
QTCREATORBUG-24654 QtC Crashes every time files changed outside QtC
- Closed