| Server IP : 67.43.7.42 / Your IP : 216.73.216.61 Web Server : Apache System : Linux host.isabellascookies.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : isabella ( 503) PHP Version : 5.5.38 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/abrt/plugins/ |
Upload File : |
# Configuration file for CCpp hook # CCpp hook writes its template to the "/proc/sys/kernel/core_pattern" file # and stores the original template in the "/var/run/abrt/saved_core_pattern" # file. If you want CCpp hook to create a core dump file named according to # the original template as well, set 'MakeCompatCore' to 'yes'. # If the original template string starts with "|", the string "core" is used # instead of the template. # For more information about naming core dump files see 'man 5 core'. MakeCompatCore = yes # The option allows you to set limit for the core file size in MiB. # # This value is compared to value of the MaxCrashReportSize configuration # option from (/etc/abrt.conf) and the lower value is used as the limit. # # If MaxCoreFileSize is 0 then the value of MaxCrashReportSize is the limit. # If MaxCrashReportSize is 0 then the value of MaxCoreFileSize is the limit. # If both values are 0 then the core file size is unlimited. MaxCoreFileSize = 0 # Do you want a copy of crashed binary be saved? # (useful, for example, when _deleted binary_ segfaults) SaveBinaryImage = no # Used for debugging the hook #VerboseLog = 2 # Specify where you want to store debuginfos (default: /var/cache/abrt-di) # #DebuginfoLocation = /var/cache/abrt-di # ABRT will ignore crashes in executables whose absolute path matches one of # specified patterns. # #IgnoredPaths = # ABRT will process only crashes of either allowed users or users who are # members of allowed group. If no allowed users nor allowed group are specified # ABRT will process crashes of all users. # #AllowedUsers = #AllowedGroups =