3 |
- |
1 |
# Configuration file for CCpp hook
|
|
|
2 |
|
57 |
- |
3 |
# CCpp hook writes its template to the "/proc/sys/kernel/core_pattern" file
|
|
|
4 |
# and stores the original template in the "/var/run/abrt/saved_core_pattern"
|
|
|
5 |
# file. If you want CCpp hook to create a core dump file named according to
|
|
|
6 |
# the original template as well, set 'MakeCompatCore' to 'yes'.
|
|
|
7 |
# If the original template string starts with "|", the string "core" is used
|
|
|
8 |
# instead of the template.
|
|
|
9 |
# For more information about naming core dump files see 'man 5 core'.
|
3 |
- |
10 |
MakeCompatCore = yes
|
|
|
11 |
|
95 |
- |
12 |
# The option allows you to set limit for the core file size in MiB.
|
|
|
13 |
#
|
|
|
14 |
# This value is compared to value of the MaxCrashReportSize configuration
|
|
|
15 |
# option from (/etc/abrt.conf) and the lower value is used as the limit.
|
|
|
16 |
#
|
|
|
17 |
# If MaxCoreFileSize is 0 then the value of MaxCrashReportSize is the limit.
|
|
|
18 |
# If MaxCrashReportSize is 0 then the value of MaxCoreFileSize is the limit.
|
|
|
19 |
# If both values are 0 then the core file size is unlimited.
|
|
|
20 |
MaxCoreFileSize = 0
|
|
|
21 |
|
3 |
- |
22 |
# Do you want a copy of crashed binary be saved?
|
|
|
23 |
# (useful, for example, when _deleted binary_ segfaults)
|
|
|
24 |
SaveBinaryImage = no
|
|
|
25 |
|
|
|
26 |
# Used for debugging the hook
|
|
|
27 |
#VerboseLog = 2
|
|
|
28 |
|
|
|
29 |
# Specify where you want to store debuginfos (default: /var/cache/abrt-di)
|
|
|
30 |
#
|
|
|
31 |
#DebuginfoLocation = /var/cache/abrt-di
|
57 |
- |
32 |
|
|
|
33 |
# ABRT will ignore crashes in executables whose absolute path matches one of
|
|
|
34 |
# specified patterns.
|
|
|
35 |
#
|
|
|
36 |
#IgnoredPaths =
|
|
|
37 |
|
|
|
38 |
# ABRT will process only crashes of either allowed users or users who are
|
|
|
39 |
# members of allowed group. If no allowed users nor allowed group are specified
|
|
|
40 |
# ABRT will process crashes of all users.
|
|
|
41 |
#
|
|
|
42 |
#AllowedUsers =
|
|
|
43 |
#AllowedGroups =
|