Summary: | Crash when invoking Thumbnail Aside | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Antonio Rojas <arojas> |
Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bugseforuns, nate |
Priority: | HI | Keywords: | regression, wayland |
Version: | 5.22.90 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/e0cdb69569ad057cc16f4a0deb5f9d2b0b53fd8f | Version Fixed In: | 5.23 |
Sentry Crash Report: |
Description
Antonio Rojas
2021-09-30 16:44:08 UTC
Forgot to mention: this is on Wayland (and it's a regression wrt 5.22) A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/1483 Git commit 21da7b7ed801f7a9b826a5f1d6cb7d31be0c6f4b by Vlad Zahorodnii. Committed on 01/10/2021 at 08:07. Pushed by vladz into branch 'master'. effects/thumbnailaside: Fix crash in clientArea() clientArea() was changed to forbid "-1" screen ids, but it seems like the thumbnail aside effect can pass it to refer to the active screen. This change makes the thumbnail aside effect handle "-1" screen id case explicitly. It will be also useful for EffectScreen transition. M +5 -1 src/effects/thumbnailaside/thumbnailaside.cpp https://invent.kde.org/plasma/kwin/commit/21da7b7ed801f7a9b826a5f1d6cb7d31be0c6f4b Git commit e0cdb69569ad057cc16f4a0deb5f9d2b0b53fd8f by Vlad Zahorodnii. Committed on 01/10/2021 at 08:08. Pushed by vladz into branch 'Plasma/5.23'. effects/thumbnailaside: Fix crash in clientArea() clientArea() was changed to forbid "-1" screen ids, but it seems like the thumbnail aside effect can pass it to refer to the active screen. This change makes the thumbnail aside effect handle "-1" screen id case explicitly. It will be also useful for EffectScreen transition. (cherry picked from commit 21da7b7ed801f7a9b826a5f1d6cb7d31be0c6f4b) M +5 -1 src/effects/thumbnailaside/thumbnailaside.cpp https://invent.kde.org/plasma/kwin/commit/e0cdb69569ad057cc16f4a0deb5f9d2b0b53fd8f |