https://bugs.kde.org/show_bug.cgi?id=466279
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/08e392f3681d | |d340379050efb374dcefc3c84c7 | |6 Status|ASSIGNED |RESOLVED --- Comment #3 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 08e392f3681dd340379050efb374dcefc3c84c76 by Vlad Zahorodnii. Committed on 23/02/2023 at 12:48. Pushed by vladz into branch 'master'. Revert "wayland: Update shadow immediately" This reverts commit 4b1ef33c1e3887b58b5d787d2df71c017c2318a3. It introduced a crash. The large icons task switcher can create and destroy the shadow in the middle of painting. When a shadow is destroyed, kwin can make opengl context current. It will reset current QOpenGLContext, and QtQuick can crash. M +4 -1 src/internalwindow.cpp https://invent.kde.org/plasma/kwin/commit/08e392f3681dd340379050efb374dcefc3c84c76 -- You are receiving this mail because: You are watching all bug changes.