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: | aide | Assignee: | Steve Grubb <sgrubb> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | 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
Karel Volný
2010-03-18 14:00:57 UTC
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. |