Date: Wed, 22 Dec 1999 06:24:44 -0500 (EST) From: Daniel Eischen <eischen@vigrid.com> To: eischen@vigrid.com, freebsd-current@freebsd.org, fritz.heinrichmeyer@fernuni-hagen.de Subject: Re: python tests Message-ID: <199912221124.GAA14717@pcnet1.pcnet.com>
next in thread | raw e-mail | index | archive | help
> It seem this is relevant. > Here is the output of "python test_select.py": > > Traceback (innermost last): > File "test_select.py", line 63, in ? > test() > File "test_select.py", line 47, in test > rfd, wfd, xfd = select.select([p], [], [], tout) > select.error: (4, 'Interrupted system call') > Yep, this is probably the bug I was mentioning. A patch for libc_r is at: http://www.freebsd.org/~deischen/libc_r.diffs Apply it from src/lib/libc_r/uthread/ The fix will be committed soon after it's reviewed. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912221124.GAA14717>