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

program dead block, very strange!!!

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • None
    • 5.12.9
    • Quick: Controls 2
    • None
    • WIN10/64BIT/VS2019/QT5.12.9
    • Windows
    • restart my compute, this issue disappear.

    Description

      here is code:

      import QtQuick 2.12
      import QtQuick.Window 2.12
      import QtQuick.Controls 2.12
      import QtQuick.Layouts 1.12
      
      Window {
          id: window
          visible: true
          width: 800
          height: 600
      
          ColumnLayout {
              width: parent.width
              Button {
                  text: "Run"
                  Component.onCompleted: {
                      // I don't know, why here log a message will dead block to program...
                      console.log("1122");
                  }
              }
          }
      }
      

      See comment, it's bug?

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            llcxm l l
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes