> >
> > I have compiled and installed with the debug
switch, how do
> i get the
> > stack backtrace now?
> >
>
The easiest is to start httpd with the -X option, then it
will only start one process, then you attach with gdb to
process (like gdb /path/to/httpd <pid_of_httpd>), do
the
request and when you get the sigsegv report from gdb, you
type bt to get the stackbacktrace
Gerald
** Virus checked by BB-5000 Mailfilter **
------------------------------------------------------------
---------
To unsubscribe, e-mail: embperl-unsubscribe perl.apache.org
For additional commands, e-mail: embperl-help perl.apache.org
|