Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.9.2
-
Windows 10 - Qt 5.12.4 - MSVC 2017 64bit
-
-
5b127dd088b93f1ec8fc88966e015aaf40f6a4b4 (qt-creator/qt-creator/4.10)
Description
When an application causes first chance exceptions on Windows then even if they are ignored Qt Creator continues to increase in memory as a result of them. It seems that the only thing that is happening is that they are not being outputted to the issues pane, but the CPU level remains high and the memory increases until it eventually crashes.
The same example from QTCREATORBUG-20915 can be used to reproduce this:
int main() { while (1) { try { throw 0; } catch (...) {} } }
Attachments
For Gerrit Dashboard: QTCREATORBUG-22733 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
276612,3 | Debugger: Fix out of memory crash when receiving regular output | 4.10 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
284221,1 | Debugger: Fix out of memory crash when recieving regular output | 4.11 | qt-creator/qt-creator | Status: ABANDONED | 0 | 0 |