=== modified file 'ppio.ml' --- ppio.ml 2019-04-12 23:54:31 +0000 +++ ppio.ml 2019-04-12 23:47:50 +0000 @@ -105,8 +105,6 @@ printf "pid: %d\n%!" pid; Lwt_unix.set_blocking ~set_flags:true fd0 false; Lwt_unix.set_blocking ~set_flags:true fd1 false; - Unix.close stdin_r; - Unix.close stdout_w; Lwt_main.run (Lwt.join [ copy_cb fd0 stdin_w cb_null; copy_cb stdout_r fd1 cb_null;