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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19293>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to