[Python-checkins] Daily reference leaks (1c94ab9c5ecf): sum=18942

Yury Selivanov yselivanov.ml at gmail.com
Fri Sep 11 17:01:37 CEST 2015


On 2015-09-11 4:47 AM, solipsis at pitrou.net wrote:
> results for 1c94ab9c5ecf on branch "default"
> --------------------------------------------
>
> test_capi leaked [1598, 1598, 1598] references, sum=4794
> test_capi leaked [387, 389, 389] memory blocks, sum=1165
> test_deque leaked [257, 257, 257] references, sum=771
> test_deque leaked [79, 80, 80] memory blocks, sum=239
> test_functools leaked [0, 2, 2] memory blocks, sum=4
> test_multiprocessing_forkserver leaked [0, 38, 0] references, sum=38
> test_multiprocessing_forkserver leaked [0, 17, 0] memory blocks, sum=17
> test_threading leaked [3196, 3196, 3196] references, sum=9588
> test_threading leaked [774, 776, 776] memory blocks, sum=2326
>
>
> Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogxAVMGq', '--timeout', '7200']
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> https://mail.python.org/mailman/listinfo/python-checkins

I couldn't reproduce the above.  Is it because of some misconfiguration?

Although there seems to be some problem with test_collections.  Once in 
two/three times I have this:

yury at ysmbp ~/dev/py/cpython $ ./python.exe -m test -R3:3 test_collections
[1/1] test_collections
beginning 6 repetitions
123456
......
test_collections leaked [-6, 0, 0] references, sum=-6
test_collections leaked [-3, 1, 0] memory blocks, sum=-2
1 test failed:
     test_collections


Yury


More information about the Python-checkins mailing list