# New Ticket Created by  Vittore SCOLARI 
# Please include the string:  [perl #127423]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127423 >


Typing the following on the command line:

perl6 -e 'say @*ARGS[0].IO.open(:r).lines' <(head /etc/hosts)

causes the software to abort with the error message:

Failed to seek in filehandle: 29

This is caused by MoarVM/src/io/syncfile.c at the end of the mvm_eof
function.

same for:
perl6 -e 'say @*ARGS[0].IO.lines' /dev/tty

Reply via email to