Benjamin Ash added the comment: 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}) """ ---------- nosy: +Benjamin.Ash _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12502> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com