Running a trivial command with /PIPE, such as PIPE cat immediately shows that connection ended. strace -f seems to indicate that a process is forked, but instead of calling exec the new subprocess just exits.
PTY works as expected, but is not suitable for all uses.
Tested on 10.0beta08 built with make linux+ssl.
Running a trivial command with
/PIPE, such asPIPE catimmediately shows that connection ended.strace -fseems to indicate that a process is forked, but instead of calling exec the new subprocess just exits.PTYworks as expected, but is not suitable for all uses.Tested on 10.0beta08 built with
make linux+ssl.