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

QML segfault

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1: Critical
    • None
    • 5.7.1
    • None
    • A fresh install of Ubuntu 17.04, which comes with Qt 5.7.1.

    Description

      To reproduce:

      $ qmlscene --verbose crash.qml
      Qt 5.7.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 6.3.0 20170124)Segmentation fault (core dumped)

       

      crash.qml  
      import QtQuick 2.5
      import QtQuick.Layouts 1.1
      import QtQuick.Controls 1.4
      
      ApplicationWindow {
        Component.onCompleted: x(1)
        function x(x, y) {
          function z() {
              if (y != null) {
                y()
              }
          }
          z()
        }
      }

       

      Attachments

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

        Activity

          People

            smd Jan Arve
            dheym Dag Heyman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes