Click to See Complete Forum and Search --> : apache segmentation fault


humble linuxer
03-22-2006, 05:24 AM
one of httpd on my server is crashing with segmentation fault.
Any ideas as to why this may be happening?

Below is the content of the log file.


Cheers
==================================================


Logs .......



[Wed Mar 22 13:03:25 2006] [notice] child pid 13625 exit signal Segmentation fault (11)

[Wed Mar 22 13:03:31 2006] [notice] child pid 13627 exit signal Segmentation fault (11)

[Wed Mar 22 13:03:40 2006] [notice] child pid 13582 exit signal Segmentation fault (11)

[Wed Mar 22 13:03:40 2006] [notice] child pid 13606 exit signal Segmentation fault (11)

[Wed Mar 22 13:03:40 2006] [notice] child pid 13630 exit signal Segmentation fault (11)

[Wed Mar 22 13:03:42 2006] [notice] child pid 13631 exit signal Segmentation fault (11)

[Wed Mar 22 13:03:48 2006] [notice] child pid 13607 exit signal Segmentation fault (11)

[Wed Mar 22 13:03:53 2006] [notice] child pid 13609 exit signal Segmentation fault (11)

[Wed Mar 22 13:03:56 2006] [notice] child pid 13611 exit signal Segmentation fault (11)

free(): invalid pointer 0xd55344!

free(): invalid pointer 0x4cd600!

je_fro
03-22-2006, 05:31 AM
Perhaps bad memory? I'd run memtest86 on the box for a few hours to see if it generates any errors.

cybertron
03-22-2006, 02:33 PM
You aren't running PHP on a non-prefork version of Apache2, are you? I think it was seg faulting on me when I tried to do that because PHP is not threadsafe.