https://bugs.kde.org/show_bug.cgi?id=499944
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |6.3.3 Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/libplasma/-/commit/027b9 | |180038ddfddf712a8123da54bfc | |223a8691 --- Comment #6 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 027b9180038ddfddf712a8123da54bfc223a8691 by Fushan Wen. Committed on 07/03/2025 at 14:47. Pushed by ngraham into branch 'master'. ContainmentItem: delete wallpaper item immediately to fix crash When ContainmentItem receives ItemSceneChange, the window might be destroyed soon. However, if deleteLater is used, the window might be destroyed before the wallpaper item, but the wallpaper item still accesses the dangling window in its dtor, which causes a crash. SENTRY: PLASMA-WORKSPACE-1Y5 FIXED-IN: 6.3.3 M +1 -1 src/plasmaquick/plasmoid/containmentitem.cpp https://invent.kde.org/plasma/libplasma/-/commit/027b9180038ddfddf712a8123da54bfc223a8691 -- You are receiving this mail because: You are watching all bug changes.