Summary: | System Settings crashed in KDecoration2::Decoration::shadow() when clicking the "OK" button in Window Decorations settings. | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Scott Beamer <scott.beamer> |
Component: | kcm_kwindecoration | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | account4reg, axpanos, bluenerd, contact.gladiusmusic, loup.letac, matetamasi, michael.wiedemayer, nate, opiuy8, plasma-bugs, scott.beamer |
Priority: | HI | Keywords: | drkonqi |
Version: | 5.26.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=478558 | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/d8019dbf168cf5330f65603ce7a8161443554e3d | Version Fixed In: | 6.0.3 |
Sentry Crash Report: |
Description
Scott Beamer
2022-07-09 21:01:33 UTC
*** Bug 465975 has been marked as a duplicate of this bug. *** *** Bug 466471 has been marked as a duplicate of this bug. *** *** Bug 466993 has been marked as a duplicate of this bug. *** *** Bug 467339 has been marked as a duplicate of this bug. *** *** Bug 466485 has been marked as a duplicate of this bug. *** So far no reports from 5.27. Is anyone who was able to reproduce this crash in the past still able to do so with Plasma 5.27? If i remember correctly after reporting the bug, it was a version upgrade (plasma 5.26.x to 5.27.x) dependency issue in fedora kde. When you ran the update before the bug appeared some packages needed replacement and their filenames changed (those were some purely qt related packages) but since their filenames changed you had to accept the replacement of those new dependencies overwriting other existing ones with different filenames. I initially did not accept those as i did not know if it would break my system after I saw the warning in dnf. After that I experienced this bug. After upgrading and overwriting the dependency upon experiencing the bug KDE plasma 5.27.x runs smoothly without those filed bug issues. I hope this helps! Thanks, that's helpful information. Did anyone else experience anything similar? Apparently not, which means I think we can say this was fixed at some point in the past, and your issue was a transient upgrade issue, PG. *** Bug 482340 has been marked as a duplicate of this bug. *** Got a new report with the same backtrace in Plasma 6: Bug 482340. Re-opening. And on Wayland too, so it doesn't look to be X11-specific. *** Bug 483849 has been marked as a duplicate of this bug. *** *** Bug 483792 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/5507 Git commit 0fef229587d642e6175f39abc45fc839baffe1f1 by Nicolas Fella. Committed on 22/03/2024 at 12:42. Pushed by nicolasfella into branch 'master'. kcms/decoration: Fix crash when preview cannot be generated m_bridge->createDecoration() can return nullptr. Most codepaths already guard against that, but not all of them M +12 -8 src/kcms/decoration/declarative-plugin/previewitem.cpp https://invent.kde.org/plasma/kwin/-/commit/0fef229587d642e6175f39abc45fc839baffe1f1 Git commit d8019dbf168cf5330f65603ce7a8161443554e3d by Nicolas Fella. Committed on 22/03/2024 at 12:58. Pushed by nicolasfella into branch 'Plasma/6.0'. kcms/decoration: Fix crash when preview cannot be generated m_bridge->createDecoration() can return nullptr. Most codepaths already guard against that, but not all of them (cherry picked from commit 0fef229587d642e6175f39abc45fc839baffe1f1) M +12 -8 src/kcms/decoration/declarative-plugin/previewitem.cpp https://invent.kde.org/plasma/kwin/-/commit/d8019dbf168cf5330f65603ce7a8161443554e3d |