Hide Forgot
Description of problem: This happens in background. Guessing it happens whenever packagekitd is testing for updates. Sadly I don't have more information because it crashes in the middle of the night. Version-Release number of selected component: PackageKit-0.8.9-6.fc19 Additional info: reporter: libreport-2.1.9 backtrace_rating: 4 cmdline: /usr/libexec/packagekitd crash_function: pk_transaction_db_defer_write_job_count_cb executable: /usr/libexec/packagekitd kernel: 3.11.8-200.fc19.x86_64 runlevel: N 5 type: CCpp uid: 0 Truncated backtrace: Thread no. 1 (1 frames) #2 pk_transaction_db_defer_write_job_count_cb at pk-transaction-db.c:528 Potential duplicate: bug 880119
Created attachment 827615 [details] File: backtrace
Created attachment 827616 [details] File: cgroup
Created attachment 827617 [details] File: core_backtrace
Created attachment 827620 [details] File: dso_list
Created attachment 827622 [details] File: environ
Created attachment 827624 [details] File: limits
Created attachment 827627 [details] File: maps
Created attachment 827629 [details] File: open_fds
Created attachment 827632 [details] File: proc_pid_status
Created attachment 827634 [details] File: var_log_messages
You've got some disk corruption going on: "failed to set job id: database disk image is malformed" This might fix it: rm /var/lib/PackageKit/transactions.db Then reboot. I've added this to PackageKit as we don't need to abort the daemon just because we can't log the transaction: commit 1af9673897abc949ada9f11db33e5f152ea3c517 Author: Richard Hughes <richard> Date: Fri Nov 22 10:36:46 2013 +0000 Do not abort the daemon if we can't write to the transaction database Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1033475 :100644 100644 773d041... ff16029... M src/pk-transaction-db.c Richard.