[issue30703] regrtest hangs on the master branch

2017-06-20 Thread Matt Billenstein
Matt Billenstein added the comment: It consistently takes between ~61 and ~73 seconds with this setup. -- ___ Python tracker ___ ___ P

[issue30703] regrtest hangs on the master branch

2017-06-20 Thread STINNER Victor
STINNER Victor added the comment: > I've been debugging this and I can repro on El Capitan on a different machine > as well -- it's an infrequent hang, I've been running in a loop: Hum, a timeout of 3 minutes seems short for test_multiprocessing_forkserver. How long does it take *usually* to r

[issue30703] regrtest hangs on the master branch

2017-06-20 Thread Matt Billenstein
Matt Billenstein added the comment: I've been debugging this and I can repro on El Capitan on a different machine as well -- it's an infrequent hang, I've been running in a loop: mattb@mattb-mbp:~/src/misc/cpython master$ for i in $(seq 1000); do echo "Run: $i -- $(date)"; time./python.exe -m

[issue30703] regrtest hangs on the master branch

2017-06-19 Thread STINNER Victor
Changes by STINNER Victor : -- title: test_multiprocessing_forkserver hangs on x86-64 Sierra 3.x. buildbot -> regrtest hangs on the master branch ___ Python tracker ___