Debugging "segmentation fault"
Igor Chudov <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAMhtkAYOFRN1EXZd4RxvPsO8Bf9E4gsoq=rmeM6eT20RtTdTOA@mail.gmail.com> |
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 cause of the problem to a URL (webpage) that caused it to crash. A stack dump would be ideal, but if I can get URL and parameters, that would already be very nice. Any suggestions?