Blame src/hooks/CCpp_Atomic.conf

Packit 8ea169
# Configuration file for CCpp hook
Packit 8ea169
Packit 8ea169
# If you also want to dump file named "core"
Packit 8ea169
# in crashed process' current dir, set to "yes"
Packit 8ea169
MakeCompatCore = no
Packit 8ea169
Packit 8ea169
# Do you want a copy of crashed binary be saved?
Packit 8ea169
# (useful, for example, when _deleted binary_ segfaults)
Packit 8ea169
SaveBinaryImage = no
Packit 8ea169
Packit 8ea169
# When this option is set to 'yes', core backtrace is generated
Packit 8ea169
# from the memory image of the crashing process. Only the crash
Packit 8ea169
# thread is present in the backtrace. This feature requires
Packit 8ea169
# kernel 3.18 or newer, otherwise the core backtrace is not
Packit 8ea169
# created.
Packit 8ea169
CreateCoreBacktrace = no
Packit 8ea169
Packit 8ea169
# Save full coredump? If set to 'no', coredump won't be saved
Packit 8ea169
# and you won't be able to report the crash to Bugzilla. Only
Packit 8ea169
# useful with CreateCoreBacktrace set to 'yes'. Please
Packit 8ea169
# note that if this option is set to 'no' and MakeCompatCore
Packit 8ea169
# is set to 'yes', the core is still written to the current
Packit 8ea169
# directory.
Packit 8ea169
SaveFullCore = yes
Packit 8ea169
Packit 8ea169
# Used for debugging the hook
Packit 8ea169
#VerboseLog = 2
Packit 8ea169
Packit 8ea169
# Specify where you want to store debuginfos (default: /var/cache/abrt-di)
Packit 8ea169
#
Packit 8ea169
#DebuginfoLocation = /var/cache/abrt-di
Packit 8ea169
Packit 8ea169
# Allow the hook to run 'rpm -qf' for crashes in containers
Packit 8ea169
#
Packit 8ea169
SaveContainerizedPackageData = yes
Packit 8ea169
Packit 8ea169
# Standalone hook tells abrt-hook-ccpp to create a dump directory even if abrtd
Packit 8ea169
# is not running.
Packit 8ea169
#
Packit 8ea169
StandaloneHook = yes