The message is:
Faulting application name: perl.exe, version: 0.0.0.0, time stamp: 0x4 +dd05be3 Faulting module name: perl512.dll, version: 0.0.0.0, time stamp: 0x4dd +05be1 Exception code: 0xc00000fd Fault offset: 0x000ac387 Faulting process id: 0x6dc Faulting application start time: 0x01cd011de9abeaa7 Faulting application path: C:\strawberry\perl\bin\perl.exe Faulting module path: C:\strawberry\perl\bin\perl512.dll Report Id: 29a4696b-6d11-11e1-8518-005056c00008
I just tried it with strawberry perl 5.10.1 and it works. So it's a problem in versions 5.12 and 5.14 of perl and probably quite specific to my setup. I'll stick with 5.10.1. Though, now I have to get PAR::Packer to install :(

Edit: Getting PAR::Packer 1.013 to work wasn't too big of a problem. But this patch is required to get it to install: http://www.mail-archive.com/par@perl.org/msg05048.html
You will need to run the install manually (perl Makefile.PL, dmake, dmake test, dmake install).


In reply to Re^6: perl crashes when processing xml with XML::Twig by justibus
in thread perl crashes when processing xml with XML::Twig by justibus

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.