Summary: | KDE Plasma crash while configuring RTM plasmoid | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Irene Korff <linuxbeep> |
Component: | widget-rememberthemilk | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | 4ernov, astromme, Mr.joseca, reg.varie, tony, xmanverine |
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
Irene Korff
2011-10-24 19:55:47 UTC
*** Bug 280856 has been marked as a duplicate of this bug. *** *** Bug 285661 has been marked as a duplicate of this bug. *** Git commit 0017c3662f2cac85597e170dce162b6e2f91762d by Alexey Chernov. Committed on 05/11/2011 at 21:46. Pushed by chernov into branch 'KDE/4.7'. Fix of the crash in TaskModel::listUpdate method Fix of the crash in TaskModel::listUpdate method, it can be caused if QInvokeMethod inside DataEngine is called not directly. CCBUG: 284897 M +5 -3 applets/rememberthemilk/taskmodel.cpp http://commits.kde.org/kdeplasma-addons/0017c3662f2cac85597e170dce162b6e2f91762d Git commit 36a3059cd8e0d47ac4be392b57d858b5c40ae155 by Alexey Chernov. Committed on 05/11/2011 at 21:46. Pushed by chernov into branch 'master'. Fix of the crash in TaskModel::listUpdate method Fix of the crash in TaskModel::listUpdate method, it can be caused if QInvokeMethod inside DataEngine is called not directly. CCBUG: 284897 M +5 -3 applets/rememberthemilk/taskmodel.cpp http://commits.kde.org/kdeplasma-addons/36a3059cd8e0d47ac4be392b57d858b5c40ae155 If the bug is reproducible for you, please test it with this patch, it should be fixed. *** Bug 286574 has been marked as a duplicate of this bug. *** *** Bug 286397 has been marked as a duplicate of this bug. *** Christoph, could you please change status to WAITINGFORINFO? I believe it's fixed with the patch above since 4.7.4 but don't know whether we can simply close it. Created attachment 65909 [details]
New crash information added by DrKonqi
plasma-desktop (0.4) on KDE Platform 4.7.2 (4.7.2) using Qt 4.7.4
- What I was doing when the application crashed:
I was authenticating with Remember the Milk plasmoid for the first time.
-- Backtrace (Reduced):
#6 QList (this=0x7fff553a06b0, l=<optimized out>) at /usr/include/qt4/QtCore/qlist.h:118
#7 QForeachContainer (t=<optimized out>, this=0x7fff553a06b0) at /usr/include/qt4/QtCore/qglobal.h:2253
#8 TaskModel::listUpdate (this=0x70e8e00, listId=40547418) at ../../../applets/rememberthemilk/taskmodel.cpp:245
#9 0x00007f6bba03b0a0 in RememberTheMilkPlasmoid::dataUpdated (this=0x70dc230, name=<optimized out>, data=...) at ../../../applets/rememberthemilk/rememberthemilk-plasmoid.cpp:209
#10 0x00007f6bba03b95e in RememberTheMilkPlasmoid::qt_metacall (this=0x70dc230, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0x7fff553a0ad0) at ./rememberthemilk-plasmoid.moc:100
I think this was fixed by Alexey Chernov in commit 36a3059cd8e0d47ac4be392b57d858b5c40ae155 See the web diff here: https://projects.kde.org/projects/kde/kdeplasma-addons/repository/revisions/36a3059cd8e0d47ac4be392b57d858b5c40ae155/diff/applets/rememberthemilk/taskmodel.cpp Thanks, Andrew. *** Bug 287358 has been marked as a duplicate of this bug. *** *** Bug 287433 has been marked as a duplicate of this bug. *** |