| Summary: | Crash plasma-desktop | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Marcin <marcin1cinekk> |
| Component: | widget-pager | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | crissi99, dode, jimcbugs.kde.org, kamil.lech.roman, kde, raul.malea |
| Priority: | NOR | ||
| Version First Reported In: | 4.11.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kde-workspace/201c66ce97bf683d818d2cd6ca0e9afd38c7ed93 | Version Fixed/Implemented In: | 4.11.4 |
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Marcin
2013-06-13 04:42:51 UTC
*** Bug 323548 has been marked as a duplicate of this bug. *** *** Bug 324370 has been marked as a duplicate of this bug. *** Perhaps status bug is now New because have 2 confirmed crashed. *** Bug 324238 has been marked as a duplicate of this bug. *** *** Bug 324667 has been marked as a duplicate of this bug. *** *** Bug 324102 has been marked as a duplicate of this bug. *** With bugs #324102 and #324667, this is still an issue in 4.11.0. Created attachment 82921 [details]
New crash information added by DrKonqi
plasma-desktop (4.11.2) on KDE Platform 4.11.2 using Qt 4.8.4
- What I was doing when the application crashed:
Adding the pager plasmoid to a control panel. I can reproduce this reliably.
-- Backtrace (Reduced):
#7 0x9b2fccb2 in Pager::updateToolTip (this=this@entry=0xffbcfb0, hoverDesktopId=0) at ../../../../../plasma/desktop/applets/pager/pager.cpp:844
#8 0x9b2fecec in Pager::qt_static_metacall (_o=_o@entry=0xffbcfb0, _id=_id@entry=25, _a=_a@entry=0xbfbe9f40, _c=QMetaObject::InvokeMetaMethod) at ./pager.moc:144
#9 0x9b2ff165 in qt_static_metacall (_a=0xbfbe9f40, _id=25, _c=QMetaObject::InvokeMetaMethod, _o=0xffbcfb0) at ./pager.moc:185
#10 Pager::qt_metacall (this=0xffbcfb0, _c=QMetaObject::InvokeMetaMethod, _id=25, _a=0xbfbe9f40) at ./pager.moc:186
[...]
#12 0xb6d02419 in QDeclarativeObjectMethodScriptClass::callMethod (this=0x10093ee0, object=0xffbcfb0, index=89, returnType=0, argCount=1, argTypes=0xbfbea0d4, ctxt=0x917dc0a0) at qml/qdeclarativeobjectscriptclass.cpp:970
Git commit 201c66ce97bf683d818d2cd6ca0e9afd38c7ed93 by Christoph Feck. Committed on 26/11/2013 at 23:35. Pushed by cfeck into branch 'KDE/4.11'. Fix pager tooltip crash when there are no windows REVIEW: 114059 Related: bug 319231 FIXED-IN: 4.11.4 M +8 -1 plasma/desktop/applets/pager/model.cpp M +2 -1 plasma/desktop/applets/pager/pager.cpp http://commits.kde.org/kde-workspace/201c66ce97bf683d818d2cd6ca0e9afd38c7ed93 |