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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 5 Oct 2000 09:02:37 -0700


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

Project: Python
Category: Library
Status: Closed
Resolution: Fixed
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.

Follow-Ups:

Date: 2000-Sep-27 11:04
By: nascheme

Comment:
I can't reproduce this on my Debian 2.2 machine running 
Linux 2.2.16.  Which libc6 are you using (dpkg -l libc6)?  
Also, it is possible that something is wrong with the loopback network.  The output from "netstat -tnp; ifconfig lo" taken during the hang may be helpful
-------------------------------------------------------

Date: 2000-Oct-05 07:17
By: jhylton

Comment:
Lars-- Is this still a problem for you?  Can you provide any of the information Neil asked for?  If not, I think we should assume it is a Debian problem.

-------------------------------------------------------

Date: 2000-Oct-05 08:58
By: larsga

Comment:
I did a cvs update, recompile and new run of the test. It
no longer hangs for me. I have not updated the system in any way, so I can only assume that this has been fixed in some 
way.
-------------------------------------------------------

Date: 2000-Oct-05 08:59
By: larsga

Comment:
I did a cvs update, recompile and new run of the test. It
no longer hangs for me. I have not updated the system in any way, so I can only assume that this has been fixed in some 
way.
-------------------------------------------------------

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