Re: python tests

1999-12-22 Thread Daniel Eischen
> 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

Re: python tests

1999-12-21 Thread F. Heinrichmeyer
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') --

Re: python tests

1999-12-21 Thread Daniel M. Eischen
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

python tests

1999-12-21 Thread Fritz Heinrichmeyer
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