[Bug 157647] Plasma crashes when adding/removing widgets/applets too fast

Sebastian Sauer mail at dipe.org
Tue Feb 12 20:49:55 CET 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=157647         




------- Additional Comments From mail dipe org  2008-02-12 20:49 -------
and one more spam-comment related to my comment #4 and comment #5 above;

thinking again about it, it would be even logical, that the

bool Containment::sceneEventFilter(QGraphicsItem *watched, QEvent *event)
{ 
     ... 
     Applet *applet = qgraphicsitem_cast<Applet*>(watched);
     Q_ASSERT(applet!=0); 
     ... 
}

asserts and later leads to a crash since maybe (another wild guess) that event got called at a time where the applet is already destroyed but the animation isn't finished or something like this?!


More information about the Panel-devel mailing list