Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 751140

Summary: If DumpLocation is set, abrt won't create "package" file in DUMP_DIR
Product: Red Hat Enterprise Linux 6 Reporter: Michal Nowak <mnowak>
Component: abrtAssignee: Nikola Pajkovsky <npajkovs>
Status: CLOSED NOTABUG QA Contact: qe-baseos-tools-bugs
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: dhoward, nobody+abrt-devel-list, ohudlick
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-10 10:45:47 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:

Description Michal Nowak 2011-11-03 16:18:35 UTC
Description of problem:

DumpLocation = /tmp, abrt_anon_write policy boolean set to 1, abrt-ccpp service restarted, crashed `sleep' but the file 'package' was not created and some other file weren't created too, e.g. the sosreport tarball:

$ abrt-cli list -f
Directory:      /tmp/ccpp-2011-11-03-16:58:35-7162
executable:     /bin/sleep
time:           Thu 03 Nov 2011 04:58:35 PM CET
uid:            500

$ ls -1 /tmp/ccpp-2011-11-03-16\:58\:35-7162/
analyzer
architecture
cmdline
coredump
environ
executable
hostname
kernel
maps
os_release
reason
time
uid

The only syslog msg wrt abrt is:

abrt[7164]: saved core dump of pid 7162 (/bin/sleep) to /tmp/ccpp-2011-11-03-16:58:35-7162.new/coredump (319488 bytes)

Version-Release number of selected component (if applicable):

abrt-2.0.4-14.el6.x86_64
libreport-2.0.5-20.el6.x86_64

Comment 1 Nikola Pajkovsky 2011-11-10 10:45:47 UTC
looks like you've killed two sleep commands in parallel w/ different argument. you have to wait till sosreport finish his job and after that, you will see rest of missing files.