abrt 1.0.8 detected a crash. architecture: x86_64 Attached file: backtrace cmdline: aide component: aide executable: /usr/sbin/aide kernel: 2.6.33-1.fc13.x86_64 package: aide-0.14-1.fc13 rating: 4 reason: Process /usr/sbin/aide was killed by signal 6 (SIGABRT) release: Fedora release 13 (Rawhide) How to reproduce ----- 1. aide -i 2. mv /var/lib/aide/aide.db.new.gz /var/lib/aide/aide.db.gz 3. aide
Created attachment 401025 [details] File: backtrace
This indicates that there was a problem reading the gzip file. It should have output the exact error to the console. Do you have this information?
(In reply to comment #2) > This indicates that there was a problem reading the gzip file. It should have > output the exact error to the console. Do you have this information? Error reading gzipped file: <fd:5>: buffer error Aborted (core dumped)
# gzip -t /var/lib/aide/aide.db.gz gzip: /var/lib/aide/aide.db.gz: unexpected end of file # ls -l /var/lib/aide/aide.db.gz -rw-------. 1 root root 10 Mar 18 14:50 /var/lib/aide/aide.db.gz well ... size 10? - something got wrong on file creation but still, the program should not coredump on invalid input
aide-0.14-2.fc14 has been built to solve this problem. I replaced the call to abort with a call to exit.
Closing this bug since an updated aide package is now available in F-13, too. Thanks for reporting the issue.