[KLUG Members] Running down Apache Sig 11s.

Robert G. Brown members@kalamazoolinux.org
Tue, 28 Jan 2003 22:44:35 -0500


>
>On a particular PHP app I'm getting 
>
>[Tue Jan 28 14:01:21 2003] [notice] child pid 25578 exit signal Segmentation
>fault (11)
>in my error log periodically.  But I can't seem to reproduce the error via any
>particular steps.
I would not try to reproduce; unless you're beng PELTED with requests, it 
seems you ought to be able to link error with request... 

>Anyone know of a directive that will expand what is written to the error log. 
>Knowing what file it was processing when it happened would certainly be nice.
I don't SEE this anyywhere, and I've looked. There are (were, in the 1.3.x 
days) some good guidelines about where to put in some print statements, which
CAN og to the appropriate error log.  I have not looked at how to do this in 
2.0.x yet (it's only Teusday). In the API, the URI and lots of other stuff is 
readily available.

If you don't/can't rebuild PHP, you can most probably insert this and rebuild
some modules...

>All other pages and processes on the machine work just dandy so I'm pretty
>certain this is a bug in PHP.
Or the API...
Can't you trace the segfault to a paticular request or kind of request?

								Regards,
								---> RGB <---