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 Benjamin.Ash
Recipients Alexey.Agapitov, Benjamin.Ash, giampaolo.rodola, neologix, python-dev, rosslagerwall, vstinner
Date 2013-02-01.16:35:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359736540.6.0.19376281947.issue12502@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I am still seeing this issue even with the patches applied. I see 100% CPU utilization, and strace shows the process is in same kind of select() loop as msg139899.

Any help would be greatly appreciated.

Thanks,

-ben

strace output:
"""
select(4, [3], [3], [3], {30, 0})       = 1 (out [3], left {29, 999998})
select(4, [3], [3], [3], {30, 0})       = 1 (out [3], left {29, 999998})
select(4, [3], [3], [3], {30, 0})       = 1 (out [3], left {29, 999998})
select(4, [3], [3], [3], {30, 0})       = 1 (out [3], left {29, 999998})
"""
History
Date User Action Args
2013-02-01 16:35:40Benjamin.Ashsetrecipients: + Benjamin.Ash, vstinner, giampaolo.rodola, neologix, rosslagerwall, python-dev, Alexey.Agapitov
2013-02-01 16:35:40Benjamin.Ashsetmessageid: <1359736540.6.0.19376281947.issue12502@psf.upfronthosting.co.za>
2013-02-01 16:35:40Benjamin.Ashlinkissue12502 messages
2013-02-01 16:35:40Benjamin.Ashcreate