Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.4.0 Beta1
-
None
-
Code Type: ARM-64 (Native)
OS Version: macOS 12.4 (21F79)
Model: MacBookPro18,1, BootROM 7459.121.3, proc 10:8:2 processors, 16 GB, SMC
Graphics: Apple M1 Pro, Apple M1 Pro, Built-In
$ qml --version
qt.qml.import: addImportPath: "/Users/jwb/Qt/6.4.0/macos/qml"
qt.qml.import: addImportPath: "qrc:/qt-project.org/imports"
qt.qml.import: addImportPath: "/Users/jwb/Qt/6.4.0/macos/bin"
qt.qml.import: addImportPath: "/Users/jwb/Qt/6.4.0/macos/bin/qml"
Qml Runtime 6.4.0
Code Type: ARM-64 (Native) OS Version: macOS 12.4 (21F79) Model: MacBookPro18,1, BootROM 7459.121.3, proc 10:8:2 processors, 16 GB, SMC Graphics: Apple M1 Pro, Apple M1 Pro, Built-In $ qml --version qt.qml.import: addImportPath: "/Users/jwb/Qt/6.4.0/macos/qml" qt.qml.import: addImportPath: "qrc:/qt-project.org/imports" qt.qml.import: addImportPath: "/Users/jwb/Qt/6.4.0/macos/bin" qt.qml.import: addImportPath: "/Users/jwb/Qt/6.4.0/macos/bin/qml" Qml Runtime 6.4.0
Description
The attached qml file run from the command line using the qml tool results in a segfault if the PdfPageImage type is used to load the file but not when Image is used to load the file.
See attached: pdfpageimage.qml
In the file: Qt/6.4.0/Src/qtwebengine/src/pdfquick/PdfPageView.qml, it states "In case you want to make changes in your own version of this component, you can copy the QML, which is installed into the QtQuick/Pdf/qml module directory, and modify it as needed.", so I am assuming PdfPageImage, which is used in that file, is intended for general use although it is not appearing in the DevSnap documentation.