Message181087
| 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})
""" |
|