Carlos Nepomuceno added the comment:

Full output in the attached file.

[root@localhost Python-2.7.5]# strace -ttT -f ./python Lib/test/test_asynchat.py
[...]
[pid  1697] 08:01:27.815179 select(6, [5], [5], [5], {0, 10000}) = 0 (Timeout) 
<0.010095>
[pid  1697] 08:01:27.825348 select(6, [5], [5], [5], {0, 10000}) = 0 (Timeout) 
<0.010096>
[pid  1697] 08:01:27.835509 select(6, [5], [5], [5], {0, 10000}) = 0 (Timeout) 
<0.010097>
[pid  1697] 08:01:27.845669 select(6, [5], [5], [5], {0, 10000}) = 0 (Timeout) 
<0.010096>
[pid  1697] 08:01:27.855830 select(6, [5], [5], [5], {0, 10000}) = 0 (Timeout) 
<0.010095>
[pid  1697] 08:01:27.866028 select(6, [5], [5], [5], {0, 10000}) = 0 (Timeout) 
<0.010096>
[pid  1697] 08:01:27.876188 select(6, [5], [5], [5], {0, 10000}) = 0 (Timeout) 
<0.010096>
[pid  1697] 08:01:27.886388 futex(0x1bb8280, FUTEX_WAIT_PRIVATE, 0, NULL
<PNR>

----------
Added file: http://bugs.python.org/file30281/test_asynchat_strace.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17992>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to