Re: [Interest] Weird assert, how to debug?

2023-03-04 Thread Scott Bloom
As I said, im using 5.15.10, Ill try 5.15.8. Sorry about the QRC, its an artifact of the minimization. All that will be lost is an icon or two. Scott From: Interest On Behalf Of Axel Spoerl via Interest Sent: Saturday, March 4, 2023 3:48 AM To: interest@qt-project.org Subject: Re: [Interest]

Re: [Interest] Weird assert, how to debug?

2023-03-04 Thread Volker Hilsheimer via Interest
It’s reliably reproducible with dev on macOS. It seems to be related to the introduction of the “compound widget” notion in Qt 5.10 (so this should in principle not be a new bug, but we had a few follow-up patches after the introduction of that concept). A widget that has a child as its focusPr

Re: [Interest] Weird assert, how to debug?

2023-03-04 Thread Axel Spoerl via Interest
Hi Scott, the assertion doesn't fire on Qt 5.15.8, 6.4, 6.5, 6.6 / Linux XCB. Neither from any debugger, nor from the cmd line. Release build doesn't crash either. Before it eventually builds, the reproducer rightfully rants about a missing ../TestFocusAssert-trunk/MainWindow.qrc Maybe the issue