Re: [PHP] Apache segmentation faults

2004-10-18 Thread Curt Zirzow
* Thus wrote Bostjan Skufca @ domenca.com: > Is there any special apache/php compile option needed to generate core files > on linux? No, its really up to the OS to figure out what to do whan a segfault happens. > > I have seen few segfaults and i have set CoreDumpDirectory to /tmp/httpd.core

Re: [PHP] Apache segmentation faults

2004-10-18 Thread Bostjan Skufca @ domenca.com
Is there any special apache/php compile option needed to generate core files on linux? I have seen few segfaults and i have set CoreDumpDirectory to /tmp/httpd.core which has correct permissions but no core file gets generated. Are core files generated only when apache parent process segfaults

Re: [PHP] Apache segmentation faults

2004-10-17 Thread Curt Zirzow
* Thus wrote Bostjan Skufca @ domenca.com: > Hello, > > every now and then I notice in apache logs there were few segmentation faults > (on a daily basis) and all I am stuck with is PID of that process (which is > of course dead by then) and nothing about what it was doing. Is there any way > t

[PHP] Apache segmentation faults

2004-10-17 Thread Bostjan Skufca @ domenca.com
Hello, every now and then I notice in apache logs there were few segmentation faults (on a daily basis) and all I am stuck with is PID of that process (which is of course dead by then) and nothing about what it was doing. Is there any way to figure out what request that apache process was servi