Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22733

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

    XMLWordPrintable

Details

    • Windows
    • 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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            davschul David Schulz
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes