Issue 36336: test_httplib, test_multiprocessing_forkserver leaks on x86 Gentoo (original) (raw)

Issue36336

Created on 2019-03-18 07:01 by matrixise, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg338165 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2019-03-18 07:01
See this build report: https://buildbot.python.org/all/#/builders/72/builds/523 test_multiprocessing_forkserver leaked [1, 1, 1] memory blocks, sum=3 test_httplib leaked [1, 1, 1] memory blocks, sum=3 Re-running failed tests in verbose mode Re-running test 'test_multiprocessing_forkserver' in verbose mode test_multiprocessing_forkserver leaked [0, 0, 2] file descriptors, sum=2 Re-running test 'test_httplib' in verbose mode
msg338168 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2019-03-18 07:35
I have tested on my laptop (fedora 29) and I can't reproduce these memory leaks. I suppose we can not debug on the builder...
msg338177 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-03-18 09:01
Python 3.6 no longer accept bugfixes, I don't think that it's worth it to investigate such flaky tests.
History
Date User Action Args
2022-04-11 14:59:12 admin set github: 80517
2019-03-18 09:01:59 vstinner set status: open -> closedresolution: out of datemessages: + stage: resolved
2019-03-18 08:03:00 xtreak set nosy: + vstinner, pablogsal
2019-03-18 07:35:53 matrixise set messages: +
2019-03-18 07:01:31 matrixise create