in reply to GD mason mod_perl and segmentation fault

Hi,

Run Mason as a command line script, using the GD, without Apache+mod_perl. So you can know exactly which part is the one that fails.

My experience with Mason is with Apache 1.X, without problems.

I can recommend you to use Apache 1.X since mod_perl and Mason on Apache 2.X is not totally complete, so far as I know.

Just as references:

http://www.masonbook.com/book/chapter-11.mhtml#TOC-ANCHOR-19
http://www.masonhq.com/docs/manual/Devel.html#using_the_perl_debugger

Regards,

:-)
  • Comment on Re: GD mason mod_perl and segmentation fault

Replies are listed 'Best First'.
Re^2: GD mason mod_perl and segmentation fault
by jeteve (Pilgrim) on Jun 28, 2005 at 15:22 UTC
    After spending a lot of time on the subject, I found it's a known apache bug:
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112742
    Nice photos of naked perl sources here !

      Hi again,

      A TIP, don't use the precompiled apache + mod_perl packages that comes with RedHat. On this linux distribution is better to take and compile from the sources, that's what the O'Reilly book about mod_perl says.

      I'm a Debian user (don't want to do marketing) but I never had problems with the precompiled packages that comes with.

      Regards,

      :)
        Thanks again for advice. It's been years that I try to convince the top management to switch to something like debian, but for the moment, I got to deal with RedHat ...
        Nice photos of naked perl sources here !