[perl #127682] [OSX] writing more than 8192 bytes to IO::Handle causes it to hang forever
[email protected] ("Christian Bartolomaeus via RT") Wed, 07 Mar 2018 11:33:19 -0800
| Newsgroups | perl.perl6.compiler |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 10 Feb 2017 23:48:54 -0800, [email protected] wrote: > FWIW that hangs on FreeBSD as well (maybe not too much a surprise, > given the relationship of the OSes). This still hangs on MoarVM, but works on JVM (I didn't check the behaviour on JVM last year): $ ./perl6-j -e 'my $proc = run($*EXECUTABLE, "-e", q| $*ERR.print("8" x 8193);|,:out,:err); say $proc.out.slurp-rest; say "alive"' alive $ ./perl6-j --version This is Rakudo version 2018.02.1-124-g8d954027f built on JVM implementing Perl 6.c.