> 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
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message