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-12.16:03:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505232184.51.0.0701490886595.issue31069@psf.upfronthosting.co.za>
In-reply-to
Content
Failure on AMD64 FreeBSD 10.x Shared 3.x:

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

...
test_map_chunksize (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok
test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok
test_map_no_failfast (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok
test_map_unplicklable (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... skipped 'test not appropriate for threads'
test_release_task_refs (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok
test_starmap (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok
test_starmap_async (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok
test_terminate (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok
test_traceback (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok
test_wrapped_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool) ... ok
Warning -- Dangling threads: {<DummyProcess(Thread-158, started daemon 34461984768)>}
test_active_children (test.test_multiprocessing_forkserver.WithThreadsTestProcess) ... ok
History
Date User Action Args
2017-09-12 16:03:04vstinnersetrecipients: + vstinner
2017-09-12 16:03:04vstinnersetmessageid: <1505232184.51.0.0701490886595.issue31069@psf.upfronthosting.co.za>
2017-09-12 16:03:04vstinnerlinkissue31069 messages
2017-09-12 16:03:04vstinnercreate