Summary: | Crash when message could not be delivered and other action in progress | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Freek de Kruijf <freekdekruijf> |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | hugo.pereira.da.costa |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Freek de Kruijf
2010-09-04 00:27:01 UTC
no clue. Crash in object deletion is usually a sign of memory corruption. Can be anywhere. Doesn't have to be in oxygen. (last time I checked with Valgrind there was no memory corruption added by oxygen). Maybe using deleteLater rather than delete will help. ------------------------------------------------------------------------ r1171373 | hpereiradacosta | 2010-09-03 09:24:22 -0600 (Fri, 03 Sep 2010) | 3 lines use ->deleteLater() rather than delete, when unregistering animations. CCBUG: 247827 ------------------------------------------------------------------------ r1171484 | hpereiradacosta | 2010-09-03 17:49:00 -0600 (Fri, 03 Sep 2010) | 2 lines replaced "delete animationData" by "animationData->deleteLater()" when a target is unregistered. (that's the backport to 4.5 branch) Still happening ? The situation did not occur anymore, I mean my network connection being/going down. We may consider this to be fixed. If not, it can be reopened or a bug report can be issued. |