Bug 1091635
| Summary: | Deleting ABRT reports in the graphical tool causes XFWM to fail | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dan Book <grinnz> | ||||||
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> | ||||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | grinnz, jberan, jfilak | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:5c8e27f031efc500bf3cb47e24dff3519ea729fc | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-05-07 15:10:15 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Dan Book
2014-04-26 19:11:46 UTC
Created attachment 890100 [details]
File: messages-afterdelete
Created attachment 890101 [details]
File: messages-beforedelete
Additionally, this is a VirtualBox VM and I have a clone saved from before the bug reports were deleted. It looks like that there are many problems in an inconsistent state on your disk. It is usually caused by an automatic disk cleaner or lack of disk space. Unfortunately, this kind of issue is unavoidable because ABRT relies on pure File System without any DBMS. Please remove the invalid problems manually to fix your issue and report the results here: $ sudo rm -rf /var/tmp/abrt $ rm -rf /home/grinnz/.cache/abrt/spool This did remedy the issue, thank you. I do recall running out of disk space at one point (the disk for this VM is small) which is probably the cause. Perhaps ABRT should have a setting so it does not fill up the disk completely? Actually ABRT have such a setting and it works fine unless something interrupts abrtd while cleaning the data (Shut down). In your case, it was probably combination of lack of disk space [1] and badly migrated problem data [2]. 1: missing 'time' file - perhaps systemd-tmpfiles removed it 2: missing 'type' file - old problems didn't have this file - a rpmscriplet should create this file but it didn't (lack of disk space?) |