Created attachment 155900 [details] plasmashell freeze log SUMMARY The plasmashell panel stops responding to clicks and shortcuts, seemingly at random. Krunner and the task switcher still work. It has happened multiple times, the last occurrence was while watching a youtube video in firefox. Restarting the plasmashell service fixes it. I have attached the logs ( journalctl --user -b -u plasma-plasmashell.service --no-pager ) from boot to freeze and manual service restart. SOFTWARE/OS VERSIONS Operating System: EndeavourOS KDE Plasma Version: 5.26.90 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.8 Kernel Version: 6.1.9-zen1-1-zen (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 2600X Six-Core Processor Memory: 15,5 GiB of RAM Graphics Processor: AMD Radeon RX 580 Series
Created attachment 155901 [details] plasmashell freeze log 2 Happened again.
I've had a few freezes too, but they've been fixed by code changes, and unfortunately with just those logs there's no way to know whether your freeze is one of the ones that's already been fixed, or a new one. We need a gdb backtrace of what Plasma was doing when it froze. The next time it happens, can you do this? 1. Use KRunner to open Konsole 2. Enter `gdb $(pidof plasmashell)` 3. enter `bt` 4. Hit the return key until it stops saying there's more Then copy-and-paste the result into a comment here. Thanks!
Appears to be fixed or at least i can't reproduce it anymore. Sorry about the logs, i'll keep it in mind in the future.