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).
- segmentation fault when using custom config module Dave Rolsky
- Re: segmentation fault when using custom config modul... Matt Sergeant
- Doug MacEachern
