http://www.perlmonks.org?node_id=1009993


in reply to Re: Parallel::ForkManager and utf8::all crash perl on Windows
in thread Parallel::ForkManager and utf8::all crash perl on Windows

Mmh, it crashed under Mac OS X too:

crash means segfault, not failing test

  • Comment on Re^2: Parallel::ForkManager and utf8::all crash perl on Windows

Replies are listed 'Best First'.
Re^3: Parallel::ForkManager and utf8::all crash perl on Windows
by karlgoethebier (Abbot) on Dec 22, 2012 at 10:16 UTC

    Mmh...first test failed. After saying install ut8::all everything looked fine. Nothing about segfault. Please feel free to correct me if i'm totally wrong.

    Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

      Based on what I see, in the first case the test did not fail. It was skipped (becasue you did not have utf8::all installed).

      After installing it the test was executed and passed.

      This is the normal and expected behavior, but on Windows the second one crashes. (With nasty popup offering to report to Microsoft)

        Ok, that's what i missed, sorry. Thank you very much, Karl

        «The Crux of the Biscuit is the Apostrophe»