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

Crash in FastBlur / ShaderEffectSource

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.6.0
    • 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

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

        Activity

          People

            sletta Gunnar Sletta
            hoaxbuster Roland Wolf
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes