Summary: | kwin_wayland sometimes crashing when clicking on its window decoration button tooltips | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Nate Graham <nate> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | xaver.hugl |
Priority: | NOR | Keywords: | qt6 |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/21d193506851e0727860927ab289869732b06102 | Version Fixed In: | 5.27.7 |
Sentry Crash Report: |
Description
Nate Graham
2023-06-21 09:43:03 UTC
And FWIW I've periodically seen this crash on Plasma 5 too; removing the qt6 keyword. Just figured out the reproducer, hence the bug report. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/4202 Git commit 4d9a0d2306a644f8670037ffe113dc9c430fc7b4 by Xaver Hugl. Committed on 21/06/2023 at 11:48. Pushed by zamundaaa into branch 'master'. input: don't crash if the internal handle is nullptr Pointer focus can stay on a closed tooltip while focus updates are blocked, so this needs to be checked for M +4 -0 src/input.cpp https://invent.kde.org/plasma/kwin/-/commit/4d9a0d2306a644f8670037ffe113dc9c430fc7b4 Git commit 21d193506851e0727860927ab289869732b06102 by Xaver Hugl. Committed on 21/06/2023 at 14:10. Pushed by zamundaaa into branch 'Plasma/5.27'. input: don't crash if the internal handle is nullptr Pointer focus can stay on a closed tooltip while focus updates are blocked, so this needs to be checked for (cherry picked from commit c25aaa2c9fbf8ec10f1ba16fecd4b31704fdaf0c) M +4 -0 src/input.cpp https://invent.kde.org/plasma/kwin/-/commit/21d193506851e0727860927ab289869732b06102 |