Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-67822

X11: Qt Creator locks up if an application uses clipboard and sits on a breakpoint

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.10.1
    • QPA: X11/XCB
    • None

      To reproduce, put a breakpoint on the qDebug call in following code, then run in debugger:

      #include <QApplication>
      #include <QImage>
      #include <QClipboard>
      int main(int argc, char** argv) {
       QApplication app(argc, argv);
       app.clipboard()->setImage(QImage(32,32,QImage::Format_ARGB32));
       qDebug("breakpoint on this line");
      }
      

        1. disassembler.txt
          3 kB
          Sean Murphy
        2. debugger_console.txt
          58 kB
          Sean Murphy
        For Gerrit Dashboard: QTBUG-67822
        # Subject Branch Project Status CR V

            liaqi Liang Qi
            poikelin Joni Poikelin
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes