Matt Williamson wrote: > So I got apache to run under gdb, but I still am somewhat non-the-wiser. > It appears to happen the second time that the handler is used to process > the request, so I guess one workaround would be to call my script as a > plain cgi.
FYI compiling with -g will often give more more intelligible results from gdb. This should include the way you build both perl and httpd, and therefore mod_perl.