Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# Configuration file for CCpp hook
2
 
58 - 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'.
4 - 10
MakeCompatCore = yes
11
 
12
# Do you want a copy of crashed binary be saved?
13
# (useful, for example, when _deleted binary_ segfaults)
14
SaveBinaryImage = no
15
 
16
# Used for debugging the hook
17
#VerboseLog = 2
18
 
19
# Specify where you want to store debuginfos (default: /var/cache/abrt-di)
20
#
21
#DebuginfoLocation = /var/cache/abrt-di
58 - 22
 
23
# ABRT will ignore crashes in executables whose absolute path matches one of
24
# specified patterns.
25
#
26
#IgnoredPaths =
27
 
28
# ABRT will process only crashes of either allowed users or users who are
29
# members of allowed group. If no allowed users nor allowed group are specified
30
# ABRT will process crashes of all users.
31
#
32
#AllowedUsers =
33
#AllowedGroups =