-[ Mon, Aug 29, 2011 at 10:35:20PM +0800, Nala Ginrut ]---- > On Mon, Aug 29, 2011 at 8:50 PM, <[email protected]> wrote: > > #4 fork does not close all open files. > > > > well, I got the same question, will fork auto close in Guile or should I > close it myself?
Sorry I did not report the problem very well. The trouble is not with fork itself but with open-process, which is not actually part of the runtime but rather part of ice-9 popen module.
