Summary: | Kwin crashed in KWin::FocusChain::isUsableFocusCandidate() | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Robert Devasia <robertdevasia64> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | atuimaginacion, kevintorres, nate, nicolas.fella, romanludju, samuelshorvath17, seppriyaman7, setaxl12, sir.louen |
Priority: | VHI | Keywords: | drkonqi |
Version First Reported In: | 5.22.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.27.8 | |
Sentry Crash Report: |
Description
Robert Devasia
2021-06-09 10:12:44 UTC
*** Bug 449762 has been marked as a duplicate of this bug. *** *** Bug 451693 has been marked as a duplicate of this bug. *** *** Bug 452375 has been marked as a duplicate of this bug. *** *** Bug 452785 has been marked as a duplicate of this bug. *** *** Bug 464539 has been marked as a duplicate of this bug. *** *** Bug 466100 has been marked as a duplicate of this bug. *** *** Bug 463162 has been marked as a duplicate of this bug. *** *** Bug 463434 has been marked as a duplicate of this bug. *** *** Bug 470247 has been marked as a duplicate of this bug. *** Git commit 07a6b500c8837da16a25a3454a0b89c36cf7b814 by Vlad Zahorodnii. Committed on 26/05/2023 at 11:21. Pushed by vladz into branch 'master'. Add closed window checks in some window activation code paths A closed window cannot be activated, so guard relevant code paths to ensure that we don't hit this unexpected case. M +3 -0 src/activation.cpp M +5 -0 src/focuschain.cpp https://invent.kde.org/plasma/kwin/-/commit/07a6b500c8837da16a25a3454a0b89c36cf7b814 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/4235 Git commit 5bf333fbd527a630f380b5cd1c5a14ef3f7cd6d6 by Vlad Zahorodnii. Committed on 10/07/2023 at 06:57. Pushed by vladz into branch 'Plasma/5.27'. Add closed window checks in some window activation code paths A closed window cannot be activated, so guard relevant code paths to ensure that we don't hit this unexpected case. (cherry picked from commit 07a6b500c8837da16a25a3454a0b89c36cf7b814) M +3 -0 src/activation.cpp M +5 -0 src/focuschain.cpp https://invent.kde.org/plasma/kwin/-/commit/5bf333fbd527a630f380b5cd1c5a14ef3f7cd6d6 We think this change may have fixed the problem. Let's see what happens once Plasma 5.27.8 is shipped to people. If we get new crashes from 5.27.8 users *with the same crash backtrace*, we can re-open it. *** Bug 483368 has been marked as a duplicate of this bug. *** |