[issue33630] test_posix: TestPosixSpawn fails on PPC64 Fedora 3.x

Martin Panter report at bugs.python.org
Sat Jun 16 09:04:37 EDT 2018


Martin Panter <vadmium+py at gmail.com> added the comment:

I doubt it is a race condition. “Waitpid” only returns after the child has terminated, and the file should be created as the child starts, before it terminates. Surely it is just the buggy glibc opening the DBDBDB file, when the test case expects it to create outfile.

----------
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33630>
_______________________________________


More information about the Python-bugs-list mailing list