Summary: | Plasma crashed when resuming from hibernation | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | marko.gabriel.cz |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | balabay.oleksiy, depuxster, kate.g.gordon, tais.hansen |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
marko.gabriel.cz
2011-09-19 05:42:29 UTC
Created attachment 64344 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.7.1 (4.7.1) using Qt 4.7.2
- What I was doing when the application crashed:
I was resuming my kubuntu after hibernation
-- Backtrace (Reduced):
#9 0x00007fa8ea783a8f in malloc_printerr (av=<value optimized out>, p=0x5daaedf) at malloc.c:6283
#10 _int_free (av=<value optimized out>, p=0x5daaedf) at malloc.c:4795
#11 0x00007fa8ea7878e3 in __libc_free (mem=<value optimized out>) at malloc.c:3738
#12 0x00007fa8e79e332a in QObjectPrivate::cleanConnectionLists (this=0x5c24c20) at kernel/qobject.cpp:384
[...]
#14 0x00007fa8e79e3b0f in QObject::destroyed (this=<value optimized out>, _t1=0x5b743f0) at .moc/release-shared/moc_qobject.cpp:149
*** Bug 284119 has been marked as a duplicate of this bug. *** *** Bug 283463 has been marked as a duplicate of this bug. *** *** Bug 289096 has been marked as a duplicate of this bug. *** each of these reports is plasma-desktop crashing when returning from hibernation when a QHash or QMap was freeing internal data structures. it is not always the same hash or map or the same code path in plasma, but it ends up in the same locations in Qt and we only see this crash on de-hibernation. looks like a Qt issue. |