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

A lot of exception notification messages make creator unresponsive very quickly

    XMLWordPrintable

Details

    • Windows

    Description

      Each exception generates messages like this:

      Exception at 0x751fc52f, code: 0x06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) at <some path>
      

      If there are a lot of exceptions happening, this quickly floods Application Output and makes creator unresponsive. For example, this completely locks up the Creator after few seconds:

      int main() {
       while (1) {
        try { throw 0; }
        catch (...) {}
       }
      }
      

      While it is somewhat useful message, perhaps it could be disabled through some option.

      Attachments

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

        Activity

          People

            davschul David Schulz
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes