# New Ticket Created by Lloyd Fournier # Please include the string: [perl #127682] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127682 >
perl6 -e 'my $proc = run($*EXECUTABLE, "-e", q| $*ERR.print("8" x 8193);|,:out,:err); say $proc.out.slurp-rest' #hangs forever If you swap $*ERR with $*OUT and $proc.out with $proc.err the same thing happens. I dunno whether it's a problem with the process reading or the process writing. I made RT #127681 ( which is the same thing and can be closed ) today. But now that I have golfed it to this I felt it deserved its own ticket.