> 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 sy
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')
--
Fritz Heinrichmeyer wrote:
>
> with todays freebsd-current, pythons "test_select.py" fails. Is this harmful?
>
Hmm, is this using libc_r?
I just found and fixed (not committed yet) a bug that may cause errant wakeups
due to SIGCHLD for threads in wrapped system calls (select included).
Dan Ei
with todays freebsd-current, pythons "test_select.py" fails. Is this harmful?
--
Fritz Heinrichmeyer mailto:[EMAIL PROTECTED]
FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany)
tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh
To Unsubscribe: send mail to [EMAIL PROTECTE