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 vstinner
Date 2017-09-13.21:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505336528.35.0.607323464974.issue31234@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, test_barrier of test_thread failed:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/880/steps/test/logs/stdio

0:02:09 load avg: 2.50 [106/405/1] test_thread failed (env changed) -- running: test_multiprocessing_spawn (63 sec), test_multiprocessing_forkserver (54 sec)

test_barrier (test.test_thread.BarrierTest) ...
(...)
task 8 leaving barrier
task 2 leaving barrier
task 9 leaving barrier
tasks done
Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 1)
Dangling thread: <_MainThread(MainThread, started 34393318400)>
ok
History
Date User Action Args
2017-09-13 21:02:08vstinnersetrecipients: + vstinner
2017-09-13 21:02:08vstinnersetmessageid: <1505336528.35.0.607323464974.issue31234@psf.upfronthosting.co.za>
2017-09-13 21:02:08vstinnerlinkissue31234 messages
2017-09-13 21:02:07vstinnercreate