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

Android: a child window causes a crash

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.3.1
    • 5.4.0
    • QPA
    • None
    • Android 4.4.3, Nexus 5
      qtbase#dev: bf2ec0183cb62034f2a4e700b7ab741371fcb106
      qtdeclarative#dev: c6921eca61d1f393f6cd08484da29da7d67d9695
    • Android

    Description

      With the latest Qt5-dev, creating a child window is enough to make an app crash on Android:

      import QtQuick 2.2
      import QtQuick.Window 2.2
      
      Window {
          width: 360
          height: 360
          visible: true
      
          Window { } // <==
      }
      

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            jpnurmi J-P Nurmi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes