Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.9.0
-
Fix Version/s: 5.9.2
-
Component/s: QML: Declarative and Javascript Engine
-
Labels:
-
Environment:Manually compiled developer build of Qt 5.9.0 and Integrity 11.4.4.
Description
A minimal QML application compiled with the Quick compiler leads to a recursive loop in QQmlPropertyCacheCreator that leads to stack overflow.
This code seems to be sufficient to reproduce this issue:
import QtQuick 2.6 import QtQuick.Window 2.2 Window { visible: true title: qsTr("Hello World") }
Please see the attachment for stack trace of the encountered issue.
Attachments
Issue Links
- mentioned in
-
Page Loading...