> if you could follow the hints in the SUPPORT doc for getting a stacktrace,
> that would help a great deal.

Here we are ... hm ... it doesn't seem to tell much.  The request is after
the server root, and I haven't set up any perl handlers ... so then it
shouldn't call perl_handler() ... or what?

Program received signal SIGSEGV, Segmentation fault.
0x8081882 in perl_handler ()
(gdb) bt
#0  0x8081882 in perl_handler ()
#1  0x80dbbc3 in ap_invoke_handler ()
#2  0x80ef579 in process_request_internal ()
#3  0x80ef5dc in ap_process_request ()
#4  0x80e6dee in child_main ()
#5  0x80e704c in make_child ()
#6  0x80e73c6 in perform_idle_server_maintenance ()
#7  0x80e78f5 in standalone_main ()
#8  0x80e7ec3 in main ()
#9  0x400a71eb in __libc_start_main (main=0x80e7b6c <main>, argc=1, 
    argv=0xbffffa44, init=0x807ebec <_init>, fini=0x81f9f7c <_fini>, 
    rtld_fini=0x4000a610 <_dl_fini>, stack_end=0xbffffa3c)
    at ../sysdeps/generic/libc-start.c:90
(gdb) 

Reply via email to