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

[Integrity] Static Qt application compiled with the Quick compiler crashes

    XMLWordPrintable

Details

    Description

      A minimal QML application compiled with the Quick compiler leads to a recursive loop in  QQmlPropertyCacheCreator that leads to stack overflow.

      This code seems to be sufficient to reproduce this issue:

      import QtQuick 2.6
      import QtQuick.Window 2.2
      
      Window {
          visible: true
          title: qsTr("Hello World")
      }
      

      Please see the attachment for stack trace of the encountered issue.

       

      Attachments

        Issue Links

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

          Activity

            People

              shausman Simon Hausmann
              taarnipuro Timo Aarnipuro
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes