handle-leak Questions

1

Solved

Hi good people of StackOverflow. I'm using pyzmq and I've got some long-running processes, which led to a discovery that socket handles are being left open. I've narrowed the offending code down ...
Becquerel asked 19/11, 2013 at 20:35

1

Solved

I have a handle leak in a C# program. I'm trying to diagnose it using WinDbg using !htrace, roughly as presented in this answer, but when I run !htrace -diff in WinDbg I'm presented with stack trac...
Jacob asked 23/10, 2012 at 16:30

3

Solved

My application (base application is MFC interop with C++/CLI but it also contains a lot of C#, Windows Forms, WPF) has has a handle leak. Shortly after application start I can see the handle count ...
Plum asked 21/4, 2011 at 6:18

4

Solved

It seems like calling Invoke on a winforms control in a callback from a System.Threading.Timer leaks handles until the timer is disposed. Does anyone have an idea of how to work around this? I need...
Illfavored asked 21/10, 2009 at 19:39
1

© 2022 - 2024 — McMap. All rights reserved.