[Python-bugs-list] [Bug #115469] test_socket hangs on Debian Linux 2.2

noreply@sourceforge.net noreply@sourceforge.net
Wed, 27 Sep 2000 10:42:05 -0700


Bug #115469, was updated on 2000-Sep-27 01:54
Here is a current snapshot of the bug.

Project: Python
Category: Library
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 7
Summary: test_socket hangs on Debian Linux 2.2

Details: The test runs until it prints "child connecting" and then just hangs. Pressing C-c causes a traceback that points at the
s.accept() call in line 105.

uname -a says
Linux pc-larsga 2.0.36 #2 Sun Jan 17 19:38:45 EST 1999 i686  unknown

ldd python says
libdl.so.2 => /lib/libdl.so.2 (0x4001a000)
libm.so.6 => /lib/libm.so.6 (0x4001e000)
libc.so.6 => /lib/libc.so.6 (0x4003b000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

This bug is probably related to 115221.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115469&group_id=5470