Bug 574764

Summary: [abrt] crash in aide-0.14-1.fc13: Process /usr/sbin/aide was killed by signal 6 (SIGABRT)
Product: [Fedora] Fedora Reporter: Karel Volný <kvolny>
Component: aideAssignee: Steve Grubb <sgrubb>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: sgrubb
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:fe2dd746e161a85435beebf2b0c86b28a1b4716f
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 587086 (view as bug list) Environment:
Last Closed: 2010-05-27 14:36:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 587086    
Attachments:
Description Flags
File: backtrace none

Description Karel Volný 2010-03-18 14:00:57 UTC
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

Comment 1 Karel Volný 2010-03-18 14:00:58 UTC
Created attachment 401025 [details]
File: backtrace

Comment 2 Steve Grubb 2010-03-18 15:21:03 UTC
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?

Comment 3 Karel Volný 2010-03-23 15:56:20 UTC
(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)

Comment 4 Karel Volný 2010-03-23 15:59:49 UTC
# 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

Comment 5 Steve Grubb 2010-04-28 15:36:24 UTC
aide-0.14-2.fc14 has been built to solve this problem. I replaced the call to abort with a call to exit.

Comment 6 Steve Grubb 2010-05-27 14:36:03 UTC
Closing this bug since an updated aide package is now available in F-13, too. Thanks for reporting the issue.