0:003> !DumpHeap -type System.Threading.AutoResetEvent
Address MT Size
013f2af4 7931bc88 24
013f2b2c 7931bc88 24
When I tried to execute the "!gcroot 013f2af4", i got the following messages
0:003> !gcroot 013f2af4
Note: Roots found on stacks may be false positives. Run "!help gcroot" for
more info.
Scan Thread 0 OSTHread 147c
Scan Thread 2 OSTHread 9c4
What does it mean?
Actually these objects are creating handle leaks?
How can I detect from which classes the leak of AutoResetEvent occur?
Thanks!
You could try `!handle 0 f Event` and see how many are auto reset event
handles are displayed to see if they are really leaking.
good luck.
"Maanu" <Ma...@discussions.microsoft.com> wrote in message
news:F469C8C0-506B-4837...@microsoft.com...