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

"GDB Not Responding" when expanding a QColor local

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 4.7.0, Qt Creator 4.8.0-beta1
    • Debugger
    • Ubuntu 18.04
    • Linux/X11

    Description

      Reproduced with 4.7 and master. Here's the 4.7 version info:

      Qt Creator 4.7.0
      Based on Qt 5.11.1 (GCC 5.3.1 20160406 (Red Hat 5.3.1-6), 64 bit)
      
      Built on Jul 17 2018 04:23:40
      
      From revision dedbb40f57
      

      Can be reproduced with any QColor variable:

      #include <QApplication>
      #include <QColor>
      
      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          QColor c(Qt::red);
      
          return a.exec(); // put a breakpoint here
      }
      

      Attachments

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

        Activity

          People

            hjk hjk
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes