Hello,
We run php 5.3 as Ext App via SuExec daemon. Sometimes it crashes with "Segfault at". Do you know how to get a core of crashed php process to start investigation? Litespeed is started with
in starup and env variable for php is set LSAPI_ALLOW_CORE_DUMP=1. Also
but nothing visible in /tmp/lshttpd
We run php 5.3 as Ext App via SuExec daemon. Sometimes it crashes with "Segfault at". Do you know how to get a core of crashed php process to start investigation? Litespeed is started with
Code:
ulimit -c unlimited
Code:
cat /proc/sys/kernel/core_pattern
/tmp/lshttpd/core-%e.%p
Last edited by a moderator: