I'm using 5.8.0. I'm looking to try on a newer version.

That's probably the way to go.  5.8.0 definitely had a few bugs — you might have rediscovered one of those :)

It looks like it's trying to free memory at the wrong address. OTOH, as this happens after a call to getc in libc, it could also indicate a libc-internal problem...

P.S.: there's no guarantee that $SIG{SEGV} will work, because when a Perl program gets a SIGSEGV, the interpreter could already be in an inconsistent state (memory messed up, etc.), so it might no longer be able to run any signal handler code.


In reply to Re: segmentation fault by almut
in thread segmentation fault by hbm

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.