microsoft / clrmd

Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
MIT License
1.05k stars 255 forks source link

ClrMD 2 heap.EnumerateRoots() get hangs #928

Closed MaheshGpillai closed 12 months ago

MaheshGpillai commented 3 years ago

I am using latest ClrMD for finding managed process live objects as below

but always it gets hang in heap.EnumerateRoots() .

when I am using older versions 1 this issue is not there

leculver commented 12 months ago

I will need a repro or example to make progress here. I'm closing old bugs which aren't actionable. If this is still an issue for you, please let me know and I'll reopen.