Summary: | kded crashes during update installation (Fedora 19 Beta RC2) | ||
---|---|---|---|
Product: | [Applications] apper | Reporter: | Adam Williamson <awilliam> |
Component: | general | Assignee: | Daniel Nicoletti <dantti12> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kevin.kofler, rdieter |
Priority: | NOR | ||
Version: | 0.8.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Adam Williamson
2013-05-18 01:43:51 UTC
Reassigning to apper because this crashes in kded_apperd. Can you please attach a backtrace with apper and packagekit-qt debug symbols? Thanks Looks like it was a crash in PackageKit's yum backend, and a fix for that was found. Given that, ideally kded shouldn't crash if packagekitd goes down too... would you still be interested in another/better backtrace? Yes, I was pretty sure the backend crashed which will trigger that signal, I just have no clue of why/where it crashed, so if a better backtrace can fix the crash kded would not crash in case of another backend/packagekitd bug. OK, I think I can generate another one here in a bit. Created attachment 79975 [details]
New crash information added by DrKonqi
kded4 (4.10.3) on KDE Platform 4.10.3 using Qt 4.8.4
- What I was doing when the application crashed:
installing update that includes unicode characters in pkg description that triggered crash in PackageKit-yum backend
-- Backtrace (Reduced):
#6 QCoreApplication::postEvent (receiver=0xd22ab0, event=0xc5b1c0, priority=0) at kernel/qcoreapplication.cpp:1346
#7 0x00007f6789905d14 in TransactionWatcher::transactionListChanged (this=0xa49fb0, tids=...) at /usr/src/debug/apper-0.8.1/apperd/TransactionWatcher.cpp:82
[...]
#9 0x00007f67896cbe25 in PackageKit::Daemon::transactionListChanged (this=this@entry=0xcc43b0, _t1=...) at /usr/src/debug/PackageKit-Qt-0.8.8/x86_64-redhat-linux-gnu/src/daemon.moc:307
#10 0x00007f67896ceac2 in PackageKit::Daemon::qt_static_metacall (_o=0xcc43b0, _c=<optimized out>, _id=<optimized out>, _a=0x7fffd556b9d0) at /usr/src/debug/PackageKit-Qt-0.8.8/x86_64-redhat-linux-gnu/src/daemon.moc:159
[...]
#12 0x00007f67896de995 in DaemonProxy::TransactionListChanged (this=this@entry=0xcd2130, _t1=...) at /usr/src/debug/PackageKit-Qt-0.8.8/x86_64-redhat-linux-gnu/src/daemonproxy.moc:219
This should be fixed in git master/ branch now. |