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

For loops crash QtQuick Compiler on Android

XMLWordPrintable

      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.

        1. Test_qml.cpp
          2 kB
          Kai Uwe Broulik
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes