Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.4.0 Beta1
-
None
-
Process: qml
Code Type: ARM-64 (Native)
Parent Process: zsh [538]
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
Qml Runtime 6.4.0
To load the runtime, I am simply putting the following directory in my PATH:
/Users/jwb/Qt/6.4.0/macos/bin
Qt 6.4.0 Beta1 was installed using the online installer.Process: qml Code Type: ARM-64 (Native) Parent Process: zsh [538] 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 Qml Runtime 6.4.0 To load the runtime, I am simply putting the following directory in my PATH: /Users/jwb/Qt/6.4.0/macos/bin Qt 6.4.0 Beta1 was installed using the online installer.
Description
Running the attached qml file from the qml tool results in the following error reported to the terminal:
$ qml nullReceiver.qml QCoreApplication::postEvent: Unexpected null receiver
If the source property is commented out, the error is not reported.
The error occurs apparently with any PDF file.