Summary: | KPcakageKit crash when trying to download | ||
---|---|---|---|
Product: | [Unmaintained] kpackagekit | Reporter: | John Giles <im_not_theone> |
Component: | general | Assignee: | Steven M. Parrish <smparrish> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | abdou20062, andresbajotierra, biasquez, dantti12, echidnaman, j.mairboeck, marsu1, petr.ohlidal |
Priority: | NOR | Keywords: | investigated, triaged |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
John Giles
2009-06-12 05:59:44 UTC
*** This bug has been marked as a duplicate of bug 204415 *** Slightly better backtrace: -- Backtrace: Application: KPackageKit (kpackagekit), signal: Segmentation fault [KCrash Handler] #6 0xb707f492 in PackageKit::Transaction::cancel() () from /usr/lib/libpackagekit-qt.so.12 #7 0xb64711e2 in KpkTransaction::slotButtonClicked(int) () from /usr/lib/libkpackagekitlib.so #8 0xb74dad33 in KDialog::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkdeui.so.5 #9 0xb6471eee in KpkTransaction::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkpackagekitlib.so #10 0xb65ed864 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4 #11 0xb65ee585 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #12 0xb65f05a5 in QSignalMapper::mapped(int) () from /usr/lib/libQtCore.so.4 #13 0xb65f0e7c in QSignalMapper::map(QObject*) () from /usr/lib/libQtCore.so.4 #14 0xb65f105e in QSignalMapper::map() () from /usr/lib/libQtCore.so.4 #15 0xb65f1880 in QSignalMapper::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQtCore.so.4 #16 0xb65ed864 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4 #17 0xb65edd41 in QMetaObject::activate(QObject*, QMetaObject const*, int, int, void**) () from /usr/lib/libQtCore.so.4 #18 0xb6e77985 in QAbstractButton::clicked(bool) () from /usr/lib/libQtGui.so.4 #19 0xb6b8fdad in ?? () from /usr/lib/libQtGui.so.4 #20 0xb6b91aeb in ?? () from /usr/lib/libQtGui.so.4 #21 0xb6b91d86 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQtGui.so.4 #22 0xb6843bac in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4 #23 0xb6b8fc40 in QAbstractButton::event(QEvent*) () from /usr/lib/libQtGui.so.4 #24 0xb6c3cc83 in QPushButton::event(QEvent*) () from /usr/lib/libQtGui.so.4 #25 0xb67ec8fc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #26 0xb67f4bbb in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #27 0xb7576521 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5 #28 0xb65d732e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #29 0xb67f3bdc in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&) () from /usr/lib/libQtGui.so.4 #30 0xb686480a in ?? () from /usr/lib/libQtGui.so.4 #31 0xb6863d7e in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4 #32 0xb688eb68 in ?? () from /usr/lib/libQtGui.so.4 #33 0xb58ad4c2 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #34 0xb58b0d98 in ?? () from /usr/lib/libglib-2.0.so.0 #35 0xb58b0ebe in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #36 0xb6603011 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #37 0xb688e29a in ?? () from /usr/lib/libQtGui.so.4 #38 0xb65d598d in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #39 0xb65d5dd9 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #40 0xb65d8270 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #41 0xb67ec774 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #42 0x0804e44b in _start () *** Bug 204415 has been marked as a duplicate of this bug. *** *** Bug 222609 has been marked as a duplicate of this bug. *** *** Bug 220574 has been marked as a duplicate of this bug. *** *** Bug 241759 has been marked as a duplicate of this bug. *** *** Bug 241605 has been marked as a duplicate of this bug. *** Which version of KPackageKit are you using? Which steps did you do? Is this bug reproducible? Thanks. Created attachment 53176 [details]
New crash information added by DrKonqi
kpackagekitsmarticon (0.6.0) on KDE Platform 4.5.3 (KDE 4.5.3) using Qt 4.7.0
- What I was doing when the application crashed:
I was trying to install a package from a webpage and was asked to enter the root password. I entered it, pressed ok, but it said that password entry timed out or something like that. Because the installation wouldn't work as such, I cancelled it.
-- Backtrace (Reduced):
#7 0xb71d66dc in PackageKit::Transaction::cancel() () from /usr/lib/libpackagekit-qt.so.14
#8 0xb6e6b9b3 in KpkTransaction::slotButtonClicked(int) () from /usr/lib/libkpackagekitlib.so
#9 0xb771eb93 in KDialog::qt_metacall (this=0x836cda8, _c=QMetaObject::InvokeMetaMethod, _id=33, _a=0xbfb44cd8) at /usr/src/debug/kdelibs-4.5.3/build/kdeui/kdialog.moc:190
#10 0xb6e6d362 in KpkTransaction::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkpackagekitlib.so
[...]
[...]
#13 0xb7015d95 in QSignalMapper::mapped (this=0x8340738, _t1=32) at .moc/release-shared/moc_qsignalmapper.cpp:101
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |