You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2018. It is now read-only.
On linux, if this program is compiled and run like ./foo < any_file at the command line, it will cause an abort in uv's event loop. This works fine if you run echo foo | /foo or have stdin attached to a terminal.
I'm not sure if you're supposed to be able to even do this? I get the same abort if a uv_pipe_t is used to read stdin, but it works to call uv_fs_read on stdin in this case.
The text was updated successfully, but these errors were encountered:
On linux, if this program is compiled and run like
./foo < any_file
at the command line, it will cause an abort in uv's event loop. This works fine if you runecho foo | /foo
or have stdin attached to a terminal.I'm not sure if you're supposed to be able to even do this? I get the same abort if a
uv_pipe_t
is used to read stdin, but it works to calluv_fs_read
on stdin in this case.The text was updated successfully, but these errors were encountered: