[issue14396] Popen wait() doesn't handle spurious wakeups

Charles-François Natali report at bugs.python.org
Sun Mar 25 10:40:40 CEST 2012


Charles-François Natali <neologix at free.fr> added the comment:

> I'm working on figuring out the exact conditions under which it 
> happens and creating a harness. I'll post it when I've got it.

Please do so, because I'm quite skeptical about waitpid() returning 0
without WNOHANG.
If you can reproduce it fairly consistently, you could try running
under strace to see what's happening.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14396>
_______________________________________


More information about the Python-bugs-list mailing list