Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > dac47340eeae575f995afdc804d927f0 > files > 1

abrt-addon-ccpp-1.1.13-2.fc14.x86_64.rpm

# Configuration file for CCpp hook and plugin
Enabled = yes

# If you also want to dump file named "core"
# in crashed process' current dir, set to "yes"
MakeCompatCore = yes

# Do you want a copy of crashed binary be saved?
# (useful, for example, when _deleted binary_ segfaults)
SaveBinaryImage = no

# Generate backtrace
Backtrace = yes

# Generate backtrace for crashes uploaded from remote machines.
# Note that for reliable backtrace generation, your local machine
# needs to have the crashed executable and all libraries it uses,
# and they need to be the same versions as on remote machines.
# If you cannot ensure that, it's better to set this option to "no"
BacktraceRemotes = no

# Generate memory map too (IGNORED FOR NOW)
MemoryMap = no

# How to get debuginfo: install, mount
## install - download and install debuginfo packages
## mount - mount fedora NFS with debug info
## (IGNORED FOR NOW)
DebugInfo = install

# If this option is set to "yes",
# debuginfos will be installed to @@LOCALSTATEDIR@@/cache/abrt-di
InstallDebugInfo = yes

# Additional directories to search for debuginfos.
# For example, you can list a network-mounted shared store
# of all debuginfos here.
# ReadonlyLocalDebugInfoDirs = /path1:/path2:...

# Keep @@LOCALSTATEDIR@@/cache/abrt-di
# from growing out-of-bounds.
DebugInfoCacheMB = 4000