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

Mac - crash when using QML Image mipmap property

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.15.2
    • GUI: OpenGL
    • None
    • MacBook Pro (Retina, 15, early 2013) with Intel HD 4000.
    • macOS

    Description

      MacOS 10.15.7, Intel HD 4000 graphics.
      If mipmap: true is set for QML Image, app crashes. Crash report attached.

      Test app QML:

      import QtQuick 2.15
      import QtQuick.Controls 2.15
      import QtQuick.Window 2.15
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          Image {
              anchors.centerIn: parent
              source: "qrc:/img.png"
              mipmap: true
          }
      }
      

      Graphics info

      GL_VENDOR:  "Intel Inc." , 
      GL_RENDERER:  "Intel HD Graphics 4000 OpenGL Engine" , 
      GL_VERSION:  "4.1 INTEL-14.7.20"
      
      Intel HD Graphics 4000:
      
        Chipset Model:	Intel HD Graphics 4000
        Type:	GPU
        Bus:	Built-In
        VRAM (Dynamic, Max):	1536 MB
        Vendor:	Intel
        Device ID:	0x0166
        Revision ID:	0x0009
        Automatic Graphics Switching:	Supported
        gMux Version:	3.2.19 [3.2.8]
        Metal:	Supported, feature set macOS GPUFamily1 v4
        Displays:
      Color LCD:
        Display Type:	Built-In Retina LCD
        Resolution:	2880 x 1800 Retina
        Framebuffer Depth:	24-Bit Color (ARGB8888)
        Main Display:	Yes
        Mirror:	Off
        Online:	Yes
        Automatically Adjust Brightness:	No
        Connection Type:	Internal
      

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.graphics.and.multimedia Qt Graphics Team
              sergei.nevdakh Sergei Nevdakh
              Votes:
              6 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes