Application: plasmashell (6.1.3) Qt Version: 6.7.2 Frameworks Version: 6.4.0 Operating System: Linux 6.10.3-zen1-2-zen x86_64 Windowing System: Wayland Distribution: EndeavourOS DrKonqi: 6.1.3 [CoredumpBackend] -- Information about the crash: KDE recently started crashing whenever I try to click on anything in any panels. The crash can be reproduced every time. -- Backtrace (Reduced): #5 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #6 0x000079856f6a5463 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:78 #7 0x000079856f64c120 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #8 0x000079856f6334c3 in __GI_abort () at abort.c:79 #9 0x00007985726df6e4 in wl_abort (fmt=fmt@entry=0x7985726e47f0 "Tried to add event to destroyed queue\n") at ../wayland-1.23.0/src/wayland-util.c:476 Reported using DrKonqi
Created attachment 172419 [details] New crash information added by DrKonqi DrKonqi auto-attaching complete backtrace.
Thank you for the bug report! It looks like you enabled the Vulkan rendering backend for QtQuick. This is known to be be unstable. Try setting it to "Automatic" and see if this fixes the issue. See also the linked bug report for more information. *** This bug has been marked as a duplicate of bug 482754 ***
(In reply to cwo from comment #2) > Thank you for the bug report! > > It looks like you enabled the Vulkan rendering backend for QtQuick. This is > known to be be unstable. Try setting it to "Automatic" and see if this fixes > the issue. See also the linked bug report for more information. > > *** This bug has been marked as a duplicate of bug 482754 *** Yes this does seem to have fixed the issue, even though I could have sworn I tried that! Thank you very much for you help.