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

[REG: 5.8->5.9-beta2] QtQuickCompiler causes NaNs to be found from matrix4x4

    XMLWordPrintable

Details

    Description

      Attached example shows that last 2 elements are NaN. With 5.8 and also 5.9 without qtquickcompiler works fine. Not sure if related, but message is also printed twice:

      Output with 5.9.0-beta2 + qtquickcompiler:

      qml: TestMatrix QMatrix4x4(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, nan, nan)
      qml: TestMatrix QMatrix4x4(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, nan, nan)
      

      Output with 5.8.0:

      qml: TestMatrix QMatrix4x4(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16)
      

      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
              poikelin Joni Poikelin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes