Fix bug: reading output from a subprocess would occasionally signal an
authorChris Hanson <org/chris-hanson/cph>
Mon, 13 May 1996 05:01:11 +0000 (05:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 13 May 1996 05:01:11 +0000 (05:01 +0000)
commit2a1da6179ac93ce047e185c8345ca8c90a140ac2
tree25d277ef94f20fc0b62c3c6896dd11b092a172ff
parent99b52c82e2bb728a51c1b71e10217a674604e24d
Fix bug: reading output from a subprocess would occasionally signal an
error because the subprocess output channel was closed by Scheme when
it detected that the subprocess had closed the other end of the pipe.
However, the "output-copier" loop continued to operate assuming that
the channel was open.
v7/src/edwin/process.scm