*** empty log message ***
authorGary Houston <ghouston@arglist.com>
Mon, 10 Apr 2000 21:56:38 +0000 (21:56 +0000)
committerGary Houston <ghouston@arglist.com>
Mon, 10 Apr 2000 21:56:38 +0000 (21:56 +0000)
ice-9/ChangeLog

index b47f7f7..371ed1e 100644 (file)
@@ -1,3 +1,10 @@
+2000-04-10  Gary Houston  <ghouston@arglist.com>
+
+       * popen.scm (open-process): after forking, close all ports except
+       the end of the pipe to the parent.  otherwise move->fdes and
+       the exec'd program and the exit handlers can interfere with file
+       descriptors still in use in parent ports.
+
 2000-04-09  Gary Houston  <ghouston@arglist.com>
 
        * popen.scm (close-process-quietly): new procedure.  use it from