> I'm not sure if I understand the FAQ
> (http://perl.apache.org/embperl/Faq.pod.1.html#make_test_fails_wit
> h_a_SIGxxxx_).
>
> If this is in a page how do I set the args for perl?
>
> Or am I looking at the wrong FAQ entry?
>

No it's right, but it is not exactly fit to your problem, do

#gdb /path/to/httpd
>set args -X -f /path/to/httpd.conf    (use -X to have only a single
process; maybe more commmand line options for apache here)
>r

now you have a running apache and can do your request, you should get a
message about SIGSEGV, then you type

>BT

and send the result

Gerald





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to