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


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

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»

Replies are listed 'Best First'.
Re^4: Parallel::ForkManager and utf8::all crash perl on Windows
by szabgab (Priest) on Dec 22, 2012 at 10:25 UTC
    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»