Python 2.1 test_thread hangs
Michael Ströder
michael at stroeder.com
Thu Apr 19 11:42:10 EDT 2001
HI!
I've built Python 2.1 on S.u.S.E. 7.0 (gcc version 2.95.2 19991024
(release) and glibc 2.1.3). make test hangs in test_thread. If I hit
Ctrl+C the following exception is shown:
Exception in thread Thread-1:
Traceback (most recent call last):
File "/home/michael/src/Python-2.1/Lib/threading.py", line 378, in
__bootstrap
self.run()
File "./Lib/test/test_asynchat.py", line 16, in run
conn, client = sock.accept()
error: (4, 'Interrupted system call')
Any clue?
Ciao, Michael.
More information about the Python-list
mailing list