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 brett.cannon, vstinner
Date 2017-08-22.13:06:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503407210.25.0.53701100002.issue31217@psf.upfronthosting.co.za>
In-reply-to
Content
I succeeded to reproduce a leak on the x86 Gentoo Refleaks 3.x buildbot using the following command. I'm unable to reproduce the bug on my Fedora 25.

pydev@stormageddon ~/cpython $ ./python -m test -R 3:3 -j1 -m test.test_code.CoExtra.test_free_different_thread test_code -F
Run tests in parallel using 1 child processes
0:00:00 load avg: 2.26 [  1/1] test_code failed
beginning 6 repetitions
123456
......
test_code leaked [1, 1, 1] memory blocks, sum=3
0:00:01 load avg: 2.26 [  2/2] test_code failed
beginning 6 repetitions
123456
......
test_code leaked [1, 1, 1] memory blocks, sum=3

2 tests failed:
    test_code test_code

Total duration: 2 sec
Tests result: FAILURE
History
Date User Action Args
2017-08-22 13:06:50vstinnersetrecipients: + vstinner, brett.cannon
2017-08-22 13:06:50vstinnersetmessageid: <1503407210.25.0.53701100002.issue31217@psf.upfronthosting.co.za>
2017-08-22 13:06:50vstinnerlinkissue31217 messages
2017-08-22 13:06:50vstinnercreate