summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-28 14:45:20 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-28 14:45:20 +0100
commit3ede050314fb29e18ab9b1d87ad20e304120b59c (patch)
treebc9240b6a2aee4255b814a67f45e76a6a018116f /lib
parent9e0b7ef8dc47cf285c5c92496e5b39e63bc76a3f (diff)
downloadabrt-3ede050314fb29e18ab9b1d87ad20e304120b59c.tar.gz
abrt-3ede050314fb29e18ab9b1d87ad20e304120b59c.tar.xz
abrt-3ede050314fb29e18ab9b1d87ad20e304120b59c.zip
Save the core where it belongs if ulimit -c is > 0
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/CCpp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/CCpp.conf b/lib/Plugins/CCpp.conf
index 153efb95..30e1550c 100644
--- a/lib/Plugins/CCpp.conf
+++ b/lib/Plugins/CCpp.conf
@@ -3,7 +3,7 @@ Enabled = yes
# If you also want to dump file named "core"
# in crashed process' current dir, set to "yes"
-MakeCompatCore = no
+MakeCompatCore = yes
# Generate backtrace
Backtrace = yes