Debugging segmentation fault

2013-09-02 Thread Igor Chudov
I run a busy website algebra.com on a CentOS server. Occasionally, apache processes crash with a segmentation fault. I often get 140+ object requests per second, so isolating which request caused segfault, by looking at logs, is not practicable. I want to know if I can at least isolate the

Re: Debugging segmentation fault

2013-09-02 Thread Jeff Trawick
On Mon, Sep 2, 2013 at 1:12 PM, Igor Chudov ichu...@gmail.com wrote: I run a busy website algebra.com on a CentOS server. Occasionally, apache processes crash with a segmentation fault. I often get 140+ object requests per second, so isolating which request caused segfault, by looking at