This is an interpreter error than than a script or module error. To be honest there is not much you can do on the programming side to fix it.

Your options boil down too,

  1. There may be bad RAM on the system, highly unlikely but it is a possibility.
  2. The library the interpreter is using. Upgrade the version of Perl or an extreme case downgrade the version of Perl that is installed. Don't really recommend downgrading though unless you have no other choice.
  3. The OS is a problem. Try moving the program to another machine. Try it from another version of Windows or possibly a *NIX system. If you go to a new OS the interpreter may not have this bug at all.

In reply to Re: XPath crashing by Herkum
in thread XPath crashing by adrianxw

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.