1ABRT-CCPP.CONF(5) ABRT Manual ABRT-CCPP.CONF(5)
2
3
4
6 abrt-CCpp.conf - Configuration file for ABRT's core dump crash hook
7
9 The configuration file consists of items in the format "Option =
10 Value". Ithe following items are recognized:
11
12 MakeCompatCore = yes / no ...
13 CCpp hook writes its template to the
14 "/proc/sys/kernel/core_pattern" file and stores the original
15 template in the "/var/run/abrt/saved_core_pattern" file. If you
16 want CCpp hook to create a core dump file named according to the
17 original template as well, set MakeCompatCore to yes. If the
18 original template string starts with "|", the string "core" is used
19 instead of the template. For more information about naming core
20 dump files see man 5 core.
21
22 MaxCoreFileSize = a number in MiB ...
23 This configuration option together with MaxCrashReportsSize set the
24 limit on the size of dumped core file. The lower value of the both
25 options is used as the effective limit. 0 is evaluated as unlimited
26 for the both options.
27
28 SaveBinaryImage = yes / no ...
29 Do you want a copy of crashed binary be saved? Useful, for example,
30 when deleted binary segfaults. Default is no.
31
32 CreateCoreBacktrace = yes / no ...
33 When this option is set to yes, core backtrace is generated from
34 the memory image of the crashing process. Only the crash thread is
35 present in the backtrace. This feature requires kernel 3.18 or
36 newer, otherwise the core backtrace is not created. Default is yes.
37
38 SaveFullCore = yes / no ...
39 Save full coredump? If set to no, coredump won’t be saved and you
40 won’t be able to report the crash to Bugzilla. Only useful with
41 CreateCoreBacktrace set to yes. Please note that if this option is
42 set to no and MakeCompatCore is set to yes, the core is still
43 written to the current directory. Default is yes.
44
45 IgnoredPaths = /path/to/ignore/, */another/ignored/path ...
46 ABRT will ignore crashes in executables whose absolute path matches
47 any of the glob patterns listed in the comma separated list.
48
49 AllowedUsers = root, wheel, ...
50 ABRT will process only crashes of either allowed users AllowedUsers
51 or users who are members of allowed group AllowedGroups. If no
52 allowed users nor allowed group are specified ABRT will process
53 crashes of all users. AllowedUsers is a comma separated list.
54
55 AllowedGroups = root, wheel, ...
56 ABRT will process only crashes of either allowed users AllowedUsers
57 or users who are members of allowed group AllowedGroups. If no
58 allowed users nor allowed group are specified ABRT will process
59 crashes of all users. AllowedGroups is a comma separated list.
60
61 VerboseLog = NUM
62 Used to make the hook more verbose
63
65 abrt.conf(5) abrt-action-generate-core-backtrace(1)
66
68 · ABRT team
69
70
71
72abrt 2.12.0 02/05/2019 ABRT-CCPP.CONF(5)