Message302151
| Author |
vstinner |
| Recipients |
vstinner |
| Date |
2017年09月14日.07:27:46 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1505374067.11.0.746346313702.issue31234@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
3 more warnings in test_threading on AMD64 FreeBSD 10.x Shared 3.x:
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/886/steps/test/logs/stdio
0:03:45 load avg: 4.05 [246/405/1] test_thread failed (env changed)
(...)
test_nt_and_posix_stack_size (test.test_thread.ThreadRunningTests) ... (...)
task 4 done
task 10 done
all tasks done
Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 1)
Dangling thread: <_MainThread(MainThread, started 34393318400)>
ok
(...)
test_starting_threads (test.test_thread.ThreadRunningTests) ...
(...)
task 9 will run for 55us
task 9 done
all tasks done
Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 1)
Dangling thread: <_MainThread(MainThread, started 34393318400)>
ok
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/884/steps/test/logs/stdio
0:05:44 load avg: 3.00 [249/405/1] test_thread failed (env changed) -- running: test_concurrent_futures (31 sec), test_multiprocessing_fork (60 sec)
test_barrier (test.test_thread.BarrierTest) ...
(...)
task 5 leaving barrier
task 3 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月14日 07:27:47 | vstinner | set | recipients:
+ vstinner |
| 2017年09月14日 07:27:47 | vstinner | set | messageid: <1505374067.11.0.746346313702.issue31234@psf.upfronthosting.co.za> |
| 2017年09月14日 07:27:47 | vstinner | link | issue31234 messages |
| 2017年09月14日 07:27:46 | vstinner | create |
|