Last Modified: Nov 22, 2021
Affected Product(s):
BIG-IP TMOS
Known Affected Versions:
11.4.1
Opened: May 29, 2014 Severity: 3-Major
httpd process does not generate core file in /var/core/ on fatal failures such as SEGV, FPE, ILL, etc.
Difficult to identify root cause or debug issues.
Any fatal failures on httpd.
Work around for 14.1.0: ======================== Set core file size limit for all httpd processes on every reboot. set command: ----------- prlimit --core=-1 -p <pidof httpd> Verify the limit is set correctly to unlimited: ----------------------------------------------- [root@BIG-IP2:Active:Standalone] sysinit # grep core /proc/<PID>/limits Max core file size unlimited unlimited bytes [root@BIG-IP2:Active:Standalone] sysinit #
None