* 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 
> which has correct permissions but no core file gets generated. Are core files 
> generated only when apache parent process segfaults?

You can try finding it by issuing:

$ locate httpd.conf

or if that doesnt result with anything:

$ find / -name "httpd.conf"


If no results are found in either one of those, I would suspect
your system isn't generating .core files.

Curt
-- 
Quoth the Raven, "Nevermore."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to