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 eryksun, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-03-29.11:06:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459249585.13.0.790555458346.issue26624@psf.upfronthosting.co.za>
In-reply-to
Content
Jeremy: Did you update your buildbot? It looks like the deadlock occurred again:
-------------
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/7478/steps/test/logs/stdio

(...)
0:14:50 [398/400] test_concurrent_futures (101 sec) -- running: test_strptime (40 sec)
0:14:52 [399/400] test_ssl -- running: test_strptime (42 sec)

command timed out: 1200 seconds without output, attempting to kill
program finished with exit code 1
elapsedTime=2096.738000
-------------

By the way, I don't understand why the faulthandler watch dog thread is unable to kill the main process and dump a traceback. I recently added a "faulthandler.dump_traceback_later" call Lib/test/libregrtest/runtest_mp.py. It uses a timeout of 15 min, it looks like buildbot kills the process after a timeout of 20 minutes "without output".
History
Date User Action Args
2016-03-29 11:06:25vstinnersetrecipients: + vstinner, paul.moore, tim.golden, jkloth, zach.ware, eryksun, steve.dower
2016-03-29 11:06:25vstinnersetmessageid: <1459249585.13.0.790555458346.issue26624@psf.upfronthosting.co.za>
2016-03-29 11:06:25vstinnerlinkissue26624 messages
2016-03-29 11:06:23vstinnercreate