Re: primitive-fork hang

2005-03-08 Thread Marius Vollmer
Kevin Ryde <[EMAIL PROTECTED]> writes: > Marius Vollmer <[EMAIL PROTECTED]> writes: >> >> Does it still fail for you? > > Yes. I'm not sure if it's something I've done. I had trouble getting > gdb to show anything. I remember seeing strange blocking as well, and I think it was because some pipe

Re: primitive-fork hang

2005-02-28 Thread Kevin Ryde
Marius Vollmer <[EMAIL PROTECTED]> writes: > > Does it still fail for you? Yes. I'm not sure if it's something I've done. I had trouble getting gdb to show anything. ___ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listin

Re: primitive-fork hang

2005-02-27 Thread Marius Vollmer
Kevin Ryde <[EMAIL PROTECTED]> writes: > Speaking of check fails, primitive-fork has stopped working for me, > making popen.test (and any actual use of popen) hang. Eg. > > guile -c '(pk (primitive-fork)) (force-output) (sleep 10)' > > It should print 0 in the child and some pid in the pare