Feedback, so far, is showing crashes on Windows Perl versions 5.14 and 5.16; however, 5.24 on Windows did not crash.

"CPAN Testers Matrix: Parallel-ForkManager 1.19" is showing failures (for "mswin32") up to 5.22.3, but no failures for 5.24.0 or higher. There's virtually no failures for any other platforms: two very old "linux" ones for 5.8.x; and one other for "cygwin" 5.22.2 (which I believe only runs on Windows anyway).

You should probably dig a bit deeper into this than I have, but problems do not appear to be solely related to ActivePerl; while looking around I came across this GitHub bug report: "Parallel::Forkmanager 1.19 cpan install fails on Windows Server 2016 Strawberry Perl 5.16.3". (Don't take that one report as being in any way conclusive.)

Obviously, installation failures are not the same as crashes, but a trend is suggested. Again, something for you to look into further.

I'd suggest installing a newer Perl (at least 5.24.0; but 5.26.0 — the highest stable version — would be better) and trying the code again with that. Also ensure you've got the latest versions of the modules you're using.

— Ken


In reply to Re^3: Crash with ForkManager on Windows by kcott
in thread Crash with ForkManager on Windows by amitsq

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.