>
> 3. This is the core dump trace: (if you get a core dump):
>
> I tried but I can't catch any (I don't know and didn't manage to find out
which
> directory has to be writeable for the apache2 process under Embperl).
>


Please try to start your httpd under gdb:

gdb /path/to/httpd
set args -X -f /path/to/httpd.conf
r

Now request the page that segfaults, gdb should show the segfault, then type

BT

and you should get the backtrace.

Gerald

P.S. -X tell Apache to only start one process, which is better for debugging


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to