- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    None
- 
    5.15.2
- 
    None
- 
    MacBook Pro (Retina, 15, early 2013) with Intel HD 4000.
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
- relates to
- 
                    QTBUG-84740 SIGABRT on QCocoaGLContext::swapBuffers -         
- Closed
 
-         
- 
                    QTBUG-97963 QML Image: `MacOS Catalina 10.15.7 with latest security update` sends SigTerm to app if mipmap is used -         
- Closed
 
-