Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.6.0 RC
-
None
-
Crash happened on 3 of 4 tested Linux boxes.
Crash did not happen on Windows or Mac
-
4b8e9a348ca379b203c26ff14dd236267dd60646
Description
main.qml
import QtQuick 2.5 import QtQuick.Window 2.2 import QtGraphicalEffects 1.0 Window { id: root visible: true FastBlur { id: _fastBlur anchors.fill: parent radius: 80 source: ShaderEffectSource { id: _shaderEffectSource sourceRect: Qt.rect(root.x, root.y, root.width, root.height) } } }
//Running this causes a crash
Attachments
For Gerrit Dashboard: QTBUG-51375 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
150351,2 | Fix crash when a ShaderEffectSource is missing a sourceItem | 5.6.0 | qt/qtgraphicaleffects | Status: MERGED | +2 | 0 |