On 9/6/06, Beheer <suppressed> 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.
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.