Hi all I got a mason component in wich i'd like to use the GD library. Putting that single line in my component leads to a server segmentation fault:
% use GD ; The error line (apache): [Tue Jun 28 11:57:57 2005] [notice] child pid 18777 exit signal Segmen +tation fault (11) My apache line: Apache/2.0.50 (Unix) DAV/2 mod_perl/1.999.20 Perl/v5.8.0 Server at myH +ost Port 9000 mason : 1.27 libgd : 2.0.28 GD : 2.19 gcc: gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) kernel : 2.4.20-8smp
GD is working fine within a simple perl script, so I guess this have to do with a mod_perl incompatibility or thing like that. Does anybody has such a problem ? Thanks !!
Nice photos of naked perl sources here !

In reply to GD mason mod_perl and segmentation fault by jeteve

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.