[issue30830] test_logging leaks a "dangling" threads on FreeBSD

STINNER Victor report at bugs.python.org
Thu Aug 10 11:44:34 EDT 2017


STINNER Victor added the comment:

bpo-31041 has been marked as a duplicate of this issue. Extracts:

test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest) ...
Warning -- threading_cleanup() failed to cleanup -1 threads after 4 sec (count: 0, dangling: 1)

and

test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest) ...
Warning -- threading_cleanup() failed to cleanup -1 threads after 3 sec (count: 0, dangling: 1)

--

"Maybe threading_cleanup() should call support.gc_collect()."

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30830>
_______________________________________


More information about the Python-bugs-list mailing list