On 1/21/07, Joel Gwynn <[EMAIL PROTECTED]> wrote:
I've got a mod_perl application which segfaults on every 10th or so requests. Here's what I get in my error log:[notice] child pid xxxx exit signal Segmentation fault (11) How would I go about troubleshooting this?
There are instructions for getting a backtrace here: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems - Perrin