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

2006-09-06 Thread Malcolm J Harwood
On Wednesday 06 September 2006 07:36, Beheer wrote: > 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

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 Adriano Ferreira
On 9/6/06, Beheer <[EMAIL PROTECTED]> wrote: 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::Confe

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

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

2006-09-05 Thread Adriano Ferreira
On 9/5/06, Beheer <[EMAIL PROTECTED]> wrote: 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 w