Bug 465194 - Plasmashell panels random freeze
Summary: Plasmashell panels random freeze
Status: RESOLVED WORKSFORME
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-performance (show other bugs)
Version: 5.26.90
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-02 21:11 UTC by aeneid
Modified: 2023-02-13 13:09 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
plasmashell freeze log (36.67 KB, text/x-log)
2023-02-02 21:11 UTC, aeneid
Details
plasmashell freeze log 2 (7.31 KB, text/x-log)
2023-02-02 22:01 UTC, aeneid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aeneid 2023-02-02 21:11:00 UTC
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
Comment 1 aeneid 2023-02-02 22:01:26 UTC
Created attachment 155901 [details]
plasmashell freeze log 2

Happened again.
Comment 2 Nate Graham 2023-02-06 21:24:54 UTC
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!
Comment 3 aeneid 2023-02-13 13:09:49 UTC
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.