Summary: | Kded4 crashes (KPackageKit related) [dbus_abort, polkit_auth_obtain, PackageKit::PolkitClient::getAuth, ...] | ||
---|---|---|---|
Product: | [Unmaintained] kpackagekit | Reporter: | Animesh Saxena <animesh.saxena> |
Component: | general | Assignee: | Steven M. Parrish <smparrish> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, christobald, dantti12, rmderbes |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.5. | |
Sentry Crash Report: |
Description
Animesh Saxena
2009-08-31 20:29:42 UTC
This could be related to bug 205940 / bug 197115 This is probably related to bug 218200. *** Bug 205940 has been marked as a duplicate of this bug. *** Application that crashed: kded4 Version of the application: $Id: kded.cpp 1031638 2009-10-05 16:59:11Z lunakl $ KDE Version: 4.3.4 (KDE 4.3.4) Qt Version: 4.5.3 Operating System: Linux 2.6.31.9-174.fc12.i686.PAE i686 When I click on "Software Updates" KPackagekit crashes with the following report. My computer is behind a proxy, and the proxy is set in yum.conf and in system variables. Yum works ok -- Backtrace: Application: KDE Daemon (kded4), signal: Segmentation fault [KCrash Handler] #6 0x0300f90a in QMutex::lock() () from /usr/lib/libQtCore.so.4 #7 0x031059d5 in QCoreApplication::postEvent(QObject*, QEvent*, int) () from /usr/lib/libQtCore.so.4 #8 0x03105cdd in QCoreApplication::postEvent(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #9 0x03115405 in QObject::deleteLater() () from /usr/lib/libQtCore.so.4 #10 0x00ed166f in PackageKit::ClientPrivate::serviceOwnerChanged(QString const&, QString const&, QString const&) () from /usr/lib/libpackagekit-qt.so.12 #11 0x00ed2c63 in PackageKit::ClientPrivate::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libpackagekit-qt.so.12 #12 0x0311bc0c in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4 #13 0x0311c843 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #14 0x007e9350 in QDBusConnectionInterface::serviceOwnerChanged(QString const&, QString const&, QString const&) () from /usr/lib/libQtDBus.so.4 #15 0x007e96ab in QDBusConnectionInterface::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQtDBus.so.4 #16 0x0311bc0c in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4 #17 0x0311c843 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #18 0x007e91f0 in QDBusConnectionInterface::NameOwnerChanged(QString const&, QString const&, QString const&) () from /usr/lib/libQtDBus.so.4 #19 0x007e973b in QDBusConnectionInterface::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQtDBus.so.4 #20 0x007b2a3c in ?? () from /usr/lib/libQtDBus.so.4 #21 0x007ba9a8 in ?? () from /usr/lib/libQtDBus.so.4 #22 0x03115f96 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4 #23 0x053bab24 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #24 0x053c2281 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #25 0x05e4a07b in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5 #26 0x03105d73 in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #27 0x03106972 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4 #28 0x03106b2e in QCoreApplication::sendPostedEvents(QObject*, int) () from /usr/lib/libQtCore.so.4 #29 0x03130f40 in ?? () from /usr/lib/libQtCore.so.4 #30 0x002ad128 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #31 0x002b0a58 in ?? () from /lib/libglib-2.0.so.0 #32 0x002b0b84 in g_main_context_iteration () from /lib/libglib-2.0.so.0 #33 0x03130b6d in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #34 0x0545a356 in ?? () from /usr/lib/libQtGui.so.4 #35 0x031042aa in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #36 0x0310470a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #37 0x03106bf7 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #38 0x053ba9a8 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #39 0x00411815 in kdemain () from /usr/lib/libkdeinit4_kded4.so #40 0x0804868c in _start () Report to https://bugs.kde.org @RMD: your new crash is bug 219590, fixed already. Thanks Thanks for you bug report, please upgrade to KPackageKit > 0.5. This bug has been fixed in those versions by using PolicyKit-1 which is completely different from the one reported in this bug. |