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

[REG 5.8.0->5.9] QML: Crash when calling Qt.binding(foo.bind())

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.11.1
    • 5.9.2, 5.10.0
    • None
    • Linux Mint 17.3, gcc, 64 bit

      Windows 10, msvc2017, 64 bit

    Description

      The following minimal QML code crashes Qt 5.9 and Qt 5.9.1 on Linux and Windows. Real-world bind examples crash too.

      Qt 5.8 and Qt 5.7.1 are not affected.

       

      Component.onCompleted: {
         function foo() { return "I am foo" }
         var bound = foo.bind()
         Qt.binding(bound)
      }

       

      Attachments

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

        Activity

          People

            laknoll Lars Knoll
            fkaelberer Felix Kälberer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes