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

Details

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

    Description

      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");
      }
      

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes