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 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?). > > Anybody a clue?
That sounds pretty normal to me in the case of a seg-fault, especially if the seg fault is down below the perl layer (at the XS or apache level). Segfaults in C fairly often result in stack trashes.