This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-01-29.21:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517260699.57.0.467229070634.issue31851@psf.upfronthosting.co.za>
In-reply-to
Content
The test still hangs sometimes. Today on AMD64 Windows10 3.x:

http://buildbot.python.org/all/#/builders/3/builds/563

1:24:46 [409/414] test_tokenize passed (489 sec) -- running: test_subprocess (4242 sec)
1:24:50 [410/414] test_codecencodings_cn passed -- running: test_subprocess (4246 sec)
1:25:14 [411/414] test_codecmaps_kr passed -- running: test_subprocess (4270 sec)
1:25:28 [412/414] test_runpy passed -- running: test_subprocess (4284 sec)
1:25:36 [413/414] test_tempfile passed -- running: test_subprocess (4292 sec)
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
command timed out: 1200 seconds without output running ['Tools\\buildbot\\test.bat', '-x64', '-j2', '--timeout', '900'], attempting to kill
program finished with exit code 1
elapsedTime=6338.784000
History
Date User Action Args
2018-01-29 21:18:19vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2018-01-29 21:18:19vstinnersetmessageid: <1517260699.57.0.467229070634.issue31851@psf.upfronthosting.co.za>
2018-01-29 21:18:19vstinnerlinkissue31851 messages
2018-01-29 21:18:19vstinnercreate