On Wed, 11 Jul 2001, Louis-David Mitterrand wrote:
 
> Will I have to build a debugging-enabled libperl to get relevant
> information? Or is this enough to understand the problem?

libperld would help, all i can tell is that something in %SIG is being
caught, which normally shouldn't happen at startup.  are you assigning
anything to %SIG ?

you could also try this to get the perl filename:line where the segv
happens:
(gdb) source mod_perl-x.xx/.gdbinit
(gdb) curinfo


Reply via email to