You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2000/12/30 06:29:42 UTC

Re: segmentation fault when using custom config module

On Wed, 29 Nov 2000, Dave Rolsky wrote:
 
> I created a module that contains custom configs with the following code:

i cannot reproduce this with or without the patch just posted.
i did have to change this line for it to run:
	$AH = HTML::Mason::ApacheHandler( interp => $interp );
to:
        $AH = HTML::Mason::ApacheHandler->new( interp => $interp );

but it only caused a server error, no core dump.  give the patch a shot
anyhow, if you're still having this problem, we'll need a stack trace (see
SUPPORT).