Summary: | Random crash when interacting with the dock | ||
---|---|---|---|
Product: | [Plasma] lattedock | Reporter: | ryu.ketsueki |
Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/0acb09809cd700b1571263b94f6f506d2d08a32b | Version Fixed In: | |
Sentry Crash Report: |
Description
ryu.ketsueki
2022-06-28 19:26:35 UTC
The crash is from pipewire, probably window previews? are you on wayland? in any case you should be able to reproduce this with plasma taskmanagers also (In reply to Michail Vourlakos from comment #1) > The crash is from pipewire, probably window previews? are you on wayland? > > in any case you should be able to reproduce this with plasma taskmanagers > also Yeah, Wayland. Pipewire's been giving me problems on audio recording for a little while but I didn't know it was also affecting previews. Any way you know to solve this? Git commit 0acb09809cd700b1571263b94f6f506d2d08a32b by Nicolas Fella. Committed on 10/08/2022 at 15:17. Pushed by nicolasfella into branch 'Plasma/5.25'. [libtaskmanager] Fix null check for window window() may be null. We check for that, but 5a3ef9e8253029569deb645af625e2bdd53e95e9 introduced code that uses window() before the check. Move the check before the relevant code to fix that Related: bug 457690 M +7 -1 libtaskmanager/declarative/pipewiresourceitem.cpp https://invent.kde.org/plasma/plasma-workspace/commit/0acb09809cd700b1571263b94f6f506d2d08a32b When should I expect the next version of Plasma with this fix? |