Am 10. Jul 2002 um 22:21 CEST schrieb Dean Herington: > The first issue I confronted is that the get*ProcessStatus routines return > an error rather than "nothing" if there is no candidate child process.
Yes, `waitpid' might return with EINTR which will cause an exception (I just checked, it did). I'll try to devise a fix for PosixProcPrim. Volker _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
