This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author David.Edelsohn
Recipients David.Edelsohn, gvanrossum, neologix, python-dev, skrah
Date 2013-10-19.18:17:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382206646.22.0.185069389011.issue19293@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-10-19 18:17:26David.Edelsohnsetrecipients: + David.Edelsohn, gvanrossum, skrah, neologix, python-dev
2013-10-19 18:17:26David.Edelsohnsetmessageid: <1382206646.22.0.185069389011.issue19293@psf.upfronthosting.co.za>
2013-10-19 18:17:26David.Edelsohnlinkissue19293 messages
2013-10-19 18:17:25David.Edelsohncreate