https://bugs.kde.org/show_bug.cgi?id=495175
Oded Arbel <o...@geek.co.il> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |WAITINGFORINFO --- Comment #6 from Oded Arbel <o...@geek.co.il> --- This is a crash deep in Qt6 QML library code. This isn't great - it shouldn't do that. The signal is a bit weird - its a SIGTRAP, which is most often used for debugging. If this was an uncaught exception, I'd expect to see a SIGABRT, and if it was a memory management problem I'd expect to see SIGSEGV. I haven't noticed the older backtrace up till now, and reviewing it - the traces seem identical, except for memory addresses, likely caused by different builds. If you are willing to try it again, please first install the packages qt6-webengine-dbgsym and libplasma6-dbgsym - as it will help to understand where in Qt6 did the crash happened and what Plasma did to trigger that. -- You are receiving this mail because: You are watching all bug changes.