Summary: | Plasma crashed after calling "Add widget" on panel | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | smalcom <smal.root> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | abhijeet.1989, andresbajotierra, diego.ml, gvvsss |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
smalcom
2010-09-24 08:43:58 UTC
SVN commit 1179175 by aseigo: if the widget handed in is already the current widget, don't go on; we may end up deleting it and then have dangling pointers BUG:252210 M +4 -0 controllerwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1179175 *** Bug 254213 has been marked as a duplicate of this bug. *** Bug 252298 seems to have a similar backtrace, could it be a similar issue ? *** Bug 255340 has been marked as a duplicate of this bug. *** (In reply to comment #4) > *** Bug 255340 has been marked as a duplicate of this bug. *** Is patch backportable to 4.5? I.E.: if I add that check at the beginning of the method and recompile 4.5 should it work or does it require something else? |