Closed GoogleCodeExporter closed 9 years ago
Thanks for the issue report, get_memory_info() was indeed not closing the
handles opened. Fixed in r977
Original comment by jlo...@gmail.com
on 26 May 2011 at 5:42
Original comment by jlo...@gmail.com
on 26 May 2011 at 5:42
Original comment by jlo...@gmail.com
on 26 May 2011 at 5:42
I noticed there are at least a couple more places where CloseHandle() should be
called.
I think it would be good to have a test for this (it's not the first report).
Maybe it would make sense to expose a method to determine opened handles on
Windows.
Not sure whether public or private; is it something that might be desirable?
Original comment by g.rodola
on 26 May 2011 at 6:55
Fine with me if we add a test for it, but I thought we already had memory leak
testing that should have caught these?
Original comment by jlo...@gmail.com
on 26 May 2011 at 6:57
Handles do not appear as memory usage for a process.
Original comment by wj32...@gmail.com
on 27 May 2011 at 8:40
See r979 and r980.
It seems we are leaking handles somewhere in get_process_ppid().
Original comment by g.rodola
on 31 May 2011 at 12:13
Original comment by g.rodola
on 27 Jun 2011 at 5:52
The failures were false positives.
Closing this out as fixed.
Original comment by g.rodola
on 30 Jun 2011 at 10:22
Original comment by g.rodola
on 8 Jul 2011 at 7:07
[deleted comment]
Updated csets after the SVN -> Mercurial migration:
r977 == revision 401430e49618
r979 == revision 8ecb886ceab7
Original comment by g.rodola
on 2 Mar 2013 at 12:00
Original issue reported on code.google.com by
codyrpie...@gmail.com
on 26 May 2011 at 5:30