Bug 197652 - opensuse 11.1 online update
Summary: opensuse 11.1 online update
Status: RESOLVED FIXED
Alias: None
Product: kpackagekit
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Steven M. Parrish
URL:
Keywords:
: 198145 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-23 21:00 UTC by linux.correspondence
Modified: 2010-08-18 23:39 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description linux.correspondence 2009-06-23 21:00:56 UTC
Application that crashed: kpackagekit
Version of the application: 0.3.1
KDE Version: 4.2.90 (KDE 4.2.90 (KDE 4.3 Beta2)) "release 138"
Qt Version: 4.5.1
Operating System: Linux 2.6.27.23-0.1-pae i686
Distribution: "openSUSE 11.1 (i586)"

What I was doing when the application crashed:
with opensuse online updates this comes now and again defect report, indeed, and this not always is problem with explanation.

 -- Backtrace:
Application: KPackageKit (kpackagekit), signal: Aborted
[KCrash Handler]
#6  0xffffe430 in __kernel_vsyscall ()
#7  0xb62d9990 in raise () from /lib/libc.so.6
#8  0xb62db2c8 in abort () from /lib/libc.so.6
#9  0xb5f3d245 in ?? () from /lib/libdbus-1.so.3
#10 0xb5f38c59 in ?? () from /lib/libdbus-1.so.3
#11 0xb5f2c7fe in dbus_message_new_method_call () from /lib/libdbus-1.so.3
#12 0xb6562474 in ?? () from /usr/lib/libQtDBus.so.4
#13 0xb655e453 in ?? () from /usr/lib/libQtDBus.so.4
#14 0xb65496c1 in QDBusConnection::call(QDBusMessage const&, QDBus::CallMode, int) const () from /usr/lib/libQtDBus.so.4
#15 0xb656594b in QDBusAbstractInterface::callWithArgumentList(QDBus::CallMode, QString const&, QList<QVariant> const&) () from /usr/lib/libQtDBus.so.4
#16 0xb65db91d in PackageKit::Client::getUpdates(QSet<PackageKit::Client::Filter>) () from /usr/lib/libpackagekit-qt.so.10
#17 0x08051b33 in KpkSmartUpdate::smartUpdate (this=0x819e998) at /usr/src/debug/KPackageKit/KPackageKit/KpkSmartUpdate.cpp:55
#18 0x0804e9c6 in kpackagekit::KPackageKit::newInstance (this=0xbfe7f618) at /usr/src/debug/KPackageKit/KPackageKit/KPackageKit.cpp:73
#19 0xb6d73066 in ?? () from /usr/lib/libkdeui.so.5
#20 0xb6d7310e in ?? () from /usr/lib/libkdeui.so.5
#21 0xb6559873 in ?? () from /usr/lib/libQtDBus.so.4
#22 0xb655a832 in ?? () from /usr/lib/libQtDBus.so.4
#23 0xb655ada1 in ?? () from /usr/lib/libQtDBus.so.4
#24 0xb655b29a in ?? () from /usr/lib/libQtDBus.so.4
#25 0xb7f004b0 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#26 0xb7eef46b in QCoreApplication::event(QEvent*) () from /usr/lib/libQtCore.so.4
#27 0xb70fefb9 in QApplication::event(QEvent*) () from /usr/lib/libQtGui.so.4
#28 0xb70f969c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#29 0xb710199e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#30 0xb6d6bb9d in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#31 0xb7eefadb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#32 0xb7ef0725 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4
#33 0xb7ef091d in QCoreApplication::sendPostedEvents(QObject*, int) () from /usr/lib/libQtCore.so.4
#34 0xb7f1b90f in ?? () from /usr/lib/libQtCore.so.4
#35 0xb612b9c8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#36 0xb612f083 in ?? () from /usr/lib/libglib-2.0.so.0
#37 0xb612f241 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#38 0xb7f1b558 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#39 0xb7199975 in ?? () from /usr/lib/libQtGui.so.4
#40 0xb7eee0fa in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#41 0xb7eee53a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#42 0xb7ef09e9 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#43 0xb70f9517 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#44 0x0804e68b in main (argc=2, argv=0xbfe7f764) at /usr/src/debug/KPackageKit/KPackageKit/main.cpp:59

Reported using DrKonqi
Comment 1 Dario Andres 2009-06-24 15:48:38 UTC
Probably related to bug 185775 / bug 183565.
Thanks
Comment 2 Daniel Nicoletti 2010-08-18 23:39:21 UTC
This backtrace shows an already reported but on packagekit-qt QSets,
but in newer versions that was replaced so this bug is
invalid in newer releases.
Thanks.
Comment 3 Daniel Nicoletti 2010-08-18 23:39:53 UTC
*** Bug 198145 has been marked as a duplicate of this bug. ***