Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.3.1
-
None
-
Arch Linux
GDB 12.1
GCC 12.2.0
Qt 6.3.1 (installed from aqtinstall)
Qt 6.3.1 (installed from distro repo)
Description
In my project, if I enable QML debugging and run the program in debug mode, SIGSEGV popup. However, if I jun run without debug or run debug with QML debugging disabled, SIGSEGV doesn't popup.
By creating a minimal test program, I found out that the crash happens when a ToolBar has any Item in it. The ToolBar is set to be the header of a Page in an ApplicationWindow.
This occured on Qt 6.3.1 (happened on qt installed from both aqtinstall and distro repo) but doesn't on 6.3.0 or 6.2.4. I have tested this on two separated Arch machines and it didn't seem to be my misconfiguration.
Attachments
Issue Links
- duplicates
-
QTBUG-104379 [REG 6.3.0 -> 6.3.1] Crash when trying to debug QML Application
- Closed