Subversion Repositories configs

Rev

Rev 58 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58 Rev 97
Line 6... Line 6...
6
# the original template as well, set 'MakeCompatCore' to 'yes'.
6
# the original template as well, set 'MakeCompatCore' to 'yes'.
7
# If the original template string starts with "|", the string "core" is used
7
# If the original template string starts with "|", the string "core" is used
8
# instead of the template.
8
# instead of the template.
9
# For more information about naming core dump files see 'man 5 core'.
9
# For more information about naming core dump files see 'man 5 core'.
10
MakeCompatCore = yes
10
MakeCompatCore = yes
-
 
11
 
-
 
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
11
 
21
 
12
# Do you want a copy of crashed binary be saved?
22
# Do you want a copy of crashed binary be saved?
13
# (useful, for example, when _deleted binary_ segfaults)
23
# (useful, for example, when _deleted binary_ segfaults)
14
SaveBinaryImage = no
24
SaveBinaryImage = no
15
 
25