Closed twata1 closed 6 years ago
This is unfortunately a bug with that perl version and Encode
.
You can trigger the bug with the following simple script:
use Encode::Locale qw();
binmode(STDOUT, ":encoding(console_out)");
fork();
I might be able to come up with a (dirty) workaround. Similar (IMO the same) issue: https://github.com/tokuhirom/Test-Pretty/issues/26.
Added a workaround in https://github.com/sass/perl-libsass/commit/f3dbfc2e1f2b03438cd4eca0dd135e64f79b1a7a
Certainly, I could trigger the bug with the previous script:
use Encode::Locale qw(); binmode(STDOUT, ":encoding(console_out)"); fork();
I learned a lot. Thank you!!!
Hi, I will report an issue.
[Test environment] Windows 7 Pro(32bit) Strawberry Perl 5.22.2(32bit built for MSWin32-x86-multi-thread-64int)
[Test files and directory]
[Test]
Regardless of whether or not to apply Filesys::Notify::Simple patch(https://github.com/miyagawa/Filesys-Notify-Simple/pull/23), when I execute a command as follows:
Perl crashes(The message like "Perl Interpreter has stopped working" window shows).
Thank you,