Summary: | Crash after installed a new decoration | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Alex Fiestas <afiestas> |
Component: | decorations | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | regression |
Priority: | NOR | Flags: | thomas.luebking:
ReviewRequest+
|
Version: | git master | ||
Target Milestone: | 4.9.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/b61024cc848d4e3d623408ed0b02c3500922fecc | Version Fixed In: | |
Sentry Crash Report: |
Description
Alex Fiestas
2012-07-09 17:25:59 UTC
I can reproduce this all the time. Last commit: d5cd7945a50492aa0f10223d09b0a1cf84a15094 Steps to reproduce: 1. Click GHNS button 2. install a decoration 3. close dialog -> Crash ....or on the unix dispather resize the window. i'm currently looking into it but guess the index gets invalidated during the traversion across the eventloop. Ideally we'd stop/restart that across the whatever happens there. nope, purely b3137a7f61cfa4e39997e5acbc5abe98ae0384d4 issue Git commit fd272b06954029b554197be1d10e252b01f56502 by Thomas Lübking. Committed on 09/07/2012 at 22:42. Pushed by luebking into branch 'master'. introduce KDecorationPlugins::canLoad() so we don't mess up our plugins on reload also invoke it by loadPlugin() and fix some KLibrary memleaks REVIEW: 105499 M +7 -6 kwin/kcmkwin/kwindecoration/decorationmodel.cpp M +95 -58 kwin/libkdecorations/kdecoration_plugins_p.cpp M +4 -1 kwin/libkdecorations/kdecoration_plugins_p.h http://commits.kde.org/kde-workspace/fd272b06954029b554197be1d10e252b01f56502 Git commit b61024cc848d4e3d623408ed0b02c3500922fecc by Thomas Lübking. Committed on 09/07/2012 at 22:42. Pushed by luebking into branch 'KDE/4.9'. introduce KDecorationPlugins::canLoad() so we don't mess up our plugins on reload also invoke it by loadPlugin() and fix some KLibrary memleaks REVIEW: 105499 (cherry picked from commit fd272b06954029b554197be1d10e252b01f56502) M +7 -6 kwin/kcmkwin/kwindecoration/decorationmodel.cpp M +95 -58 kwin/libkdecorations/kdecoration_plugins_p.cpp M +4 -1 kwin/libkdecorations/kdecoration_plugins_p.h http://commits.kde.org/kde-workspace/b61024cc848d4e3d623408ed0b02c3500922fecc |