Segmentation fault when exiting when linked against Qt 6.9.1
-
wrote on 18 Jun 2025, 08:35 last edited by
Wow, that was fast :-) Thanks for the immediate fix! Nice to see my stuff helped here!
That was quite deep inside Qt apparently … where will this land? Qt 6.10.0? Or will it be backported?
I tried to cherry-pick it to a 6.9.1 checkout to test it, but it seems that's no trivial task …
-
Wow, that was fast :-) Thanks for the immediate fix! Nice to see my stuff helped here!
That was quite deep inside Qt apparently … where will this land? Qt 6.10.0? Or will it be backported?
I tried to cherry-pick it to a 6.9.1 checkout to test it, but it seems that's no trivial task …
@l3u_ You can see in the bug report:
Fix Version/s: 6.10.0 Beta2, 6.11.0 FF -
wrote on 18 Jun 2025, 13:01 last edited by l3u_
Ah okay. So no 6.9 backport? I just wondered, because in the respective "Change ID" https://codereview.qt-project.org/c/qt/qtbase/+/653727, it's listed: "Fixes: QTBUG-137755 Pick-to: 6.10 6.9"
-
Ah okay. So no 6.9 backport? I just wondered, because in the respective "Change ID" https://codereview.qt-project.org/c/qt/qtbase/+/653727, it's listed: "Fixes: QTBUG-137755 Pick-to: 6.10 6.9"
@l3u_ Yes, it looks like it was cherry picked to 6.9 branch, so may end up in some 6.9.x version :-)
-
The fix will land in 6.9.2, which we plan to release on August 14th.
If you want to cherry pick and compile locally, please make sure to pick the following 5 commits in the right order:
-
wrote on 18 Jun 2025, 18:16 last edited by
Nice :-)
I just tried it locally, cherry-picking the exact comments you linked. Worked without a collision on a v6.9.1 checkout.
And – you may already have thought that – I can confirm the segfault is gone now, also for my quite complex use-case :-)
-
Great that you are using dock widgets! As you may have suspected:
QDockWidget
is slightly closer to my heart than other creatures in the widget zoo ;-) -
wrote on 19 Jun 2025, 06:01 last edited by
First, it was just a
QTabBar
interface. But over the years, it got more and more complex, and at some point, I learned aboutQDockWidget
s – and I loved them at first sight ;-) The same as the tab bar if you want – but way more if you need it. The possibility to arrange them as you like and need is really nice. This is actually a powerful tool, with a great user experience.QDockWidget
s really rock! They do, from time to time, cause some headache (this is actually not the first bug I filed about them ;-) – but they are really cool. -
@l3u_
Could you mark this thread as solved, please? -
Great that you are using dock widgets! As you may have suspected:
QDockWidget
is slightly closer to my heart than other creatures in the widget zoo ;-)wrote 26 days ago last edited by@Axel-Spoerl Love QDockwidget too, great work <3
I always miss them in QML ( i know that QML is mainly mobile focused but nevertheless). :D
-
@StudentScripter Not as an immediate priority, but we are planning to implement something like dock widgets also in Quick Controls.
-
-
@StudentScripter Not as an immediate priority, but we are planning to implement something like dock widgets also in Quick Controls.
wrote 11 days ago last edited by@Axel-Spoerl Awesome <3 Is it on the near roadmap or will have to wait a few years?
-
@Axel-Spoerl Awesome <3 Is it on the near roadmap or will have to wait a few years?
wrote 11 days ago last edited by JonB 7 Nov 2025, 08:21@StudentScripter Just so you know, @Axel-Spoerl is away atm and won't answer for a week or two...
-
@StudentScripter Just so you know, @Axel-Spoerl is away atm and won't answer for a week or two...
wrote 11 days ago last edited by@JonB Thanks for the hint, but im in no hurry right now. :D Have a nice day.
31/35