Hide Forgot
Description of problem: abrt deletes my core dumps, stating that executable does not belong to any package (which is true), effectively preventing me from debug crashes in my own programs Version-Release number of selected component (if applicable): 1.1.18 Steps to Reproduce: 1. Create an executable. Write it so that it segfaults 2. execute Actual results: Program prints: *** glibc detected *** /home/rzeznik/Publiczny/ccode/server/cds/perf/.libs/lt-dbl_cache_perf: free(): invalid pointer: 0x09adc670 *** Segmentation fault (core dumped) abrt does: Aug 1 17:19:18 fedora abrt[22918]: saved core dump of pid 22904 (/home/rzeznik/Publiczny/ccode/server/cds/perf/.libs/lt-dbl_cache_perf) to /var/spool/abrt/ccpp-1312211954-22904 .new/coredump (27164672 bytes) Aug 1 17:19:18 fedora abrtd: Directory 'ccpp-1312211954-22904' creation detected Aug 1 17:19:18 fedora abrtd: Executable '/home/rzeznik/Publiczny/ccode/server/cds/perf/.libs/lt-dbl_cache_perf' doesn't belong to any package Aug 1 17:19:18 fedora abrtd: Corrupted or bad crash /var/spool/abrt/ccpp-1312211954-22904 (res:4), deleting Expected results: I want my coredump !!
if you set: $ ulimit -c unlimited abrt should create core.<PID> in the current working directory of the crashed program
That works great. My apologies for troubling you. I am closing this bug as invalid then.