Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.5.0, 5.6, 5.8.0, 5.9.4
-
None
-
Ubuntu 16.04
-
b2420780df98cb3c98553da18a5b1bc5b64e9e83
Description
Following code crashes (but not when debugger is active):
import QtQml 2.2 QtObject { function g(){console.log(this)} property var f: g Component.onCompleted: f() }
Attachments
Issue Links
- is duplicated by
-
QTBUG-59238 Qml Crash on "this" when using "apply" asynchronously
-
- Closed
-
-
QTBUG-46027 RunTimeHelpers:covertToObject() is asserting on Q_ASSERT(value.isString()) during a setSource on a QQuickWidget
-
- Closed
-
- resulted in
-
QTBUG-66432 'this' behaves incorrect when called in a QML scope/context
-
- Closed
-