[issue19293] test_asyncio hanging for 1 hour

David Edelsohn report at bugs.python.org
Sat Oct 19 20:17:26 CEST 2013


David Edelsohn added the comment:

poll() vs select() does not make a difference. Using the default poll(), if I run python in GDB, test_process_interactive hangs in poll(). The top of the traceback looks like:

#0  0xd02389d4 in __fd_poll () from /usr/lib/libc.a(shr.o)
#1  0xd717e604 in poll (__listptr=0x2023e150, __nfds=1, __timeout=-1)
    at /usr/include/sys/poll.h:107
#2  0xd71800f8 in poll_poll (self=0x30696d10, args=0x304723b4)
    at /home/dje/src/cpython/Modules/selectmodule.c:543

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19293>
_______________________________________


More information about the Python-bugs-list mailing list