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

For loops crash QtQuick Compiler on Android

    XMLWordPrintable

Details

    Description

      Running the following code through the qtquickcompiler on android_armv7 causes a segmentation fault:

      import QtQuick 2.2
      
      Item {
          Component.onCompleted: {
              for (var i = 0; i < 1; ++i) {
      
              }
          }
      }
      

      It builds fine on iOS, Linux, or 5.4.1 on any platform.

      Attachments

        1. Test_qml.cpp
          2 kB
          Kai Uwe Broulik

        Issue Links

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

          Activity

            People

              erikv Erik Verbruggen
              broulik Kai Uwe Broulik
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes