Posted by Andy Hassall on 10/23/06 18:47
On 23 Oct 2006 09:52:16 -0700, "Eric West" <pumpkinheadgiant@gmail.com> wrote:
>Now Apache restarts, but whenever I ask for a ".php" page, I get the
>following in my error log:
>
> [Mon Oct 23 12:25:29 2006] [notice] child pid 682 exit signal
>Segmentation fault (11)
>
>Is this something I need to address in PHP or in Apache?
Probably PHP (and then it's probably one of the libraries loaded by one of the
extensions loaded by or compiled into PHP), but you need to get a core dump and
run it through gdb to find out where to dig.
Look up the Apache CoreDumpDirectory directive to tell it where to write the
dump.
See also http://bugs.php.net/bugs-generating-backtrace.php
Do you get a similar segfault from the commandline version of PHP? If so that
obviously narrows it down a bit ;-)
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|