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.

classification
Title: test_smtplib: dangling threads on x86 Gentoo Non-Debug with X 3.x
Type: Stage: resolved
Components: Tests Versions: Python 3.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: barry, vstinner
Priority: normal Keywords:

Created on 2017-12-15 14:41 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg308396 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-12-15 14:41
http://buildbot.python.org/all/#/builders/99/builds/363

0:00:16 load avg: 2.60 [ 12/412/1] test_smtplib failed (env changed)
testFailingHELO (test.test_smtplib.BadHELOServerTests) ... ok
(...)
testLineTooLong (test.test_smtplib.TooLongLineTests) ... ok

----------------------------------------------------------------------
Ran 54 tests in 1.828s

OK (skipped=1)
Warning -- threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 3)
Dangling thread: <_MainThread(MainThread, started 3075602176)>
Dangling thread: <Thread(Thread-19, stopped 3053071168)>
Dangling thread: <Thread(Thread-20, stopped 3053071168)>
msg318105 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-05-29 21:51
I didn't see this failure recently.
History
Date User Action Args
2022-04-11 14:58:55adminsetgithub: 76514
2018-05-29 21:51:13vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg318105

stage: resolved
2017-12-15 16:09:44barrysetnosy: + barry
2017-12-15 14:41:19vstinnercreate