Summary: | KPackageKit crash | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Jean-Philippe Dionne <jp> |
Component: | kdeui | Assignee: | Steven M. Parrish <smparrish> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | cguarnier, dantti12, ghtpdm5, kailash.kain, maninredd, nemanja, red_skipper, scdude, wolfgang.lehmann, xiferzeitgeist |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Jean-Philippe Dionne
2010-11-23 15:18:11 UTC
Can you reproduce it every time? From the backtrace I can tell it's a kdelibs bug on KPixmapSequenceOverlayPainter, if you can reproduce I reassign the bug. thanks. *** Bug 258558 has been marked as a duplicate of this bug. *** *** Bug 263236 has been marked as a duplicate of this bug. *** *** Bug 265353 has been marked as a duplicate of this bug. *** *** Bug 268745 has been marked as a duplicate of this bug. *** Git commit dc52c863b677ea7e32dfa2bf51bc3d4b79ca8e33 by Christoph Feck. Committed on 18/03/2011 at 00:09. Pushed by cfeck into branch 'master'. Fix crash in KPixmapSequenceOverlayPainter The class tries to ensure that a default sequence is available. There is, however, no check if the default sequence is part of the current icon theme. This fix makes sure the class does not crash when the default icon sequence fails to load. BUG: 257704 FIXED-IN: 4.7.0 M +6 -0 kdeui/util/kpixmapsequenceoverlaypainter.cpp http://commits.kde.org/kdelibs/dc52c863b677ea7e32dfa2bf51bc3d4b79ca8e33 *** Bug 269479 has been marked as a duplicate of this bug. *** *** Bug 272907 has been marked as a duplicate of this bug. *** Created attachment 60991 [details]
New crash information added by DrKonqi
kpackagekit (0.6.3.3) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
- What I was doing when the application crashed:
Every time I start the update application from kde panel (taskbar) it crashes showing the crash reporting assistant. My distribution is ubuntu 11.04 updated from ubuntu 10.10
-- Backtrace (Reduced):
#6 0x00007f679f0a38d8 in KPixmapSequenceOverlayPainter::Private::_k_timeout() () from /usr/lib/libkdeui.so.5
#7 0x00007f679f0a3efd in KPixmapSequenceOverlayPainter::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkdeui.so.5
[...]
#9 0x00007f679df7e1c9 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#10 0x00007f679c8739e4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#11 0x00007f679c8783aa in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
*** Bug 280889 has been marked as a duplicate of this bug. *** *** Bug 293416 has been marked as a duplicate of this bug. *** |