Re: [MP2] Carp::Confess doesn't traceback

2006-09-06 Thread Beheer
> Why do you keep saying "Carp::Confess"? Do you mean "Carp::confess", right? You are right. I mean (and use in the code) "Carp::confess".

Re: [MP2] Carp::Confess doesn't traceback

2006-09-06 Thread Beheer
On Tue, 2006-09-05 at 09:25 -0300, Adriano Ferreira wrote: > The issue is: does apache2 reports the segmentation fault with > Carp::confess? If this is not the case, that's why you don't see the > stack trace information. Yes, it does use Carp::Confess but stops confessing at the point where Carp

[MP2] Carp::Confess doesn't traceback

2006-09-05 Thread Beheer
Hello, We have an modperl2 (1.999.21) application that sometimes gives an segmentation fault. I'm having problems with getting Carp:Confess to work. When apache2 gives an segmentation fault, it only prints one line in the error log, without the information where the segmentation fault originates