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::Confess but stops confessing at the point where
Carp::Confess is called in the code. It looks like at that point carp
can't find the referring object (or something like that?).

Why do you keep saying "Carp::Confess"? Do you mean "Carp::confess", right?

$ perl -MCarp -e 'confess("foo")'
foo at -e line 1

$ perl -MCarp -e 'Confess("foo")'
Undefined subroutine &main::Confess called at -e line 1.

Reply via email to