|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: Parallel::ForkManager and utf8::all crash perl on Windows ( use open qw{:encoding(UTF-8) :std}; fork; ## PerlIO/encoding.dll )by Anonymous Monk |
| on Dec 22, 2012 at 10:48 UTC ( #1010004=note: print w/ replies, xml ) | Need Help?? |
|
Simpler test perl -e " use open qw{:encoding(UTF-8) :std}; fork; " c0000005 exception at encoding+0x356a there are a few recent bug reports
and http://perl5.git.perl.org/perl.git/history/HEAD:/ext/PerlIO-encoding shows very recent edits but , while compiling the very latest works, the tests fail with Unknown PerlIO layer "encoding" So you should probably perlbug this, and maybe mention this thread and probably that PUSHSTACKi report
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||