Summary: | Plasma crash when manipulating activities [TaskManager::GroupManagerPrivate::currentActivityChanged, ..., TaskManager::TaskManager::activityChanged] | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | omega <biasquez> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | akreuzkamp, andresbajotierra, aseigo, biasquez, notmart |
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
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
omega
2010-12-02 18:02:46 UTC
this "should" have been fixed alongside the fix for #257997 http://websvn.kde.org/trunk/KDE/kdebase/workspace/libs/taskmanager/groupmanager.cpp?r1=1199508&r2=1202304 can you try again with a versin newer than that? [Comment from a bug triager] Waiting for a reply. with kde 4.6 rc1, i don't have this issue anymore [Comment from a bug triager] Marking as FIXED. Thanks for checking. Created attachment 55768 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.5.95 (4.6 RC2) using Qt 4.7.1
- What I was doing when the application crashed:
i had this crash when i'm switching from an activity to another.
-- Backtrace (Reduced):
#6 0x00007fe2b7a3f6e2 in TaskManager::GroupManagerPrivate::currentActivityChanged (this=0x2d7dc80, newActivity=<value optimized out>) at ../../../libs/taskmanager/groupmanager.cpp:409
#7 0x00007fe2b7a42e99 in TaskManager::GroupManager::qt_metacall (this=0x2d78e50, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fff1cc86440) at ./groupmanager.moc:107
[...]
#9 0x00007fe2b7a54fd5 in TaskManager::TaskManager::activityChanged (this=<value optimized out>, _t1=<value optimized out>) at ./taskmanager.moc:207
#10 0x00007fe2b7a5693d in TaskManager::TaskManager::qt_metacall (this=0x2c16d70, _c=QMetaObject::InvokeMetaMethod, _id=12, _a=0x7fff1cc86610) at ./taskmanager.moc:128
[...]
#12 0x00007fe2d2db6cf2 in KActivityConsumer::currentActivityChanged (this=<value optimized out>, _t1=<value optimized out>) at moc_kactivityconsumer.cpp:126
Created attachment 55773 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.5.95 (4.6 RC2) using Qt 4.7.1
- What I was doing when the application crashed:
Plasma crash when manipulating activities
-- Backtrace (Reduced):
#6 0x00007fc999f276e2 in TaskManager::GroupManagerPrivate::currentActivityChanged (this=0x1bb6900, newActivity=<value optimized out>) at ../../../libs/taskmanager/groupmanager.cpp:409
#7 0x00007fc999f2ae99 in TaskManager::GroupManager::qt_metacall (this=0x1bb1ad0, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fffdab66b40) at ./groupmanager.moc:107
[...]
#9 0x00007fc999f3cfd5 in TaskManager::TaskManager::activityChanged (this=<value optimized out>, _t1=<value optimized out>) at ./taskmanager.moc:207
#10 0x00007fc999f3e93d in TaskManager::TaskManager::qt_metacall (this=0x1b6cac0, _c=QMetaObject::InvokeMetaMethod, _id=12, _a=0x7fffdab66d10) at ./taskmanager.moc:128
[...]
#12 0x00007fc9b52a5cf2 in KActivityConsumer::currentActivityChanged (this=<value optimized out>, _t1=<value optimized out>) at moc_kactivityconsumer.cpp:126
*** Bug 262520 has been marked as a duplicate of this bug. *** Created attachment 56047 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.5.95 (4.6 RC2) using Qt 4.7.1
- What I was doing when the application crashed:
i had this crash when i'm switching from an activity to another. (another bug report)
-- Backtrace (Reduced):
#6 0x00007f1d94aea6e2 in TaskManager::GroupManagerPrivate::currentActivityChanged (this=0x24239a0, newActivity=<value optimized out>) at ../../../libs/taskmanager/groupmanager.cpp:409
#7 0x00007f1d94aede99 in TaskManager::GroupManager::qt_metacall (this=0x241eb70, _c=QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fff36b740b0) at ./groupmanager.moc:107
[...]
#9 0x00007f1d94afffd5 in TaskManager::TaskManager::activityChanged (this=<value optimized out>, _t1=<value optimized out>) at ./taskmanager.moc:207
#10 0x00007f1d94b0193d in TaskManager::TaskManager::qt_metacall (this=0x2225430, _c=QMetaObject::InvokeMetaMethod, _id=12, _a=0x7fff36b74280) at ./taskmanager.moc:128
[...]
#12 0x00007f1dafe54cf2 in KActivityConsumer::currentActivityChanged (this=<value optimized out>, _t1=<value optimized out>) at moc_kactivityconsumer.cpp:126
a bug in the launcher code; GroupManagerPrivate::launcherAssociations is a QHash<QString, AbstractGroupableItem*> and it seems that the AbstractGroupableItem is being deleted behind its back. SVN commit 1214724 by aseigo: move all management of the launcher showing or not into LauncherItem and get rid of all the bookkeeping in GroupManager. BUG:258584 M +58 -91 groupmanager.cpp M +6 -4 groupmanager.h M +70 -2 launcheritem.cpp M +13 -2 launcheritem.h M +21 -14 taskactions.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1214724 |