[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-19 Thread Berker Peksag

Berker Peksag added the comment:

Thanks Victor!

--
stage: needs patch -> resolved

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-19 Thread STINNER Victor

STINNER Victor added the comment:

FYI there was a real memory leak and I just fixed it with the change 
6232e610e310.

--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread STINNER Victor

STINNER Victor added the comment:

Ah, I found a leak: see issue #28200.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread STINNER Victor

STINNER Victor added the comment:

I modified the test_regrtest unit test because the test is too fragile, it 
expects a line on a specific line number.

But there is still a real memory leak detected by this unit test.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 91285b24f1c2 by Victor Stinner in branch '3.6':
Fix test_huntrleaks_fd_leak() of test_regrtest
https://hg.python.org/cpython/rev/91285b24f1c2

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread Berker Peksag

Berker Peksag added the comment:

It looks like 
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/11581 is 
first time that the test was failed.

Revisions (without documentation changes) in that build:

* 378e000a68785fdb3d74b3a930bc4ac5f6a04ce5
* fc8aaa073eb4253b84e8af6de7ea45e4a3724b28
* 48a1f97d03b4851ec6435453d319acdaeaf8becb
* 50cb3c6f5f725f07d7ac7388567f41e5950dd0fc
* d1dace3c9871037b350f88aaa1979b5a481f2a26

--
nosy: +benjamin.peterson, haypo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28195] test_huntrleaks_fd_leak fails on Windows

2016-09-18 Thread Berker Peksag

New submission from Berker Peksag:

>From 
>http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/11654/steps/test/logs/stdio

==
FAIL: test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase)
--
Traceback (most recent call last):
  File 
"D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_regrtest.py",
 line 782, in test_huntrleaks_fd_leak
self.assertEqual(reflog, line2)
AssertionError: 'test[27 chars] [1, 2, 2] memory blocks, 
sum=5\ntest_regrtest[50 chars]=3\n' != 'test[27 chars] [1, 1, 1] file 
descriptors, sum=3\n'
- test_regrtest_huntrleaks leaked [1, 2, 2] memory blocks, sum=5
  test_regrtest_huntrleaks leaked [1, 1, 1] file descriptors, sum=3

--
components: Tests
messages: 276878
nosy: berker.peksag
priority: normal
severity: normal
stage: needs patch
status: open
title: test_huntrleaks_fd_leak fails on Windows
type: behavior
versions: Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com