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


in reply to changing STDOUT encoding and fork CRASH

really can't wrap my head around why the first example crashes.

It is a bug. fork encoding -> Re: Parallel::ForkManager and utf8::all crash perl on Windows ( use open qw{:encoding(UTF-8) :std}; fork; ## PerlIO/encoding.dll ), Parallel::ForkManager and utf8::all crash perl on Windows

  • Comment on Re: changing STDOUT encoding and fork CRASH (bug is bug)

Replies are listed 'Best First'.
Re^2: changing STDOUT encoding and fork CRASH (old bug)
by Anonymous Monk on Jan 23, 2013 at 04:29 UTC
      thanks.