On Thu, Apr 1, 2010 at 4:17 PM, Can Gencer <cgen...@gmail.com> wrote: > On Thu, Apr 1, 2010 at 7:27 PM, Dino Viehland <di...@microsoft.com> wrote: > I tried this, ExceptionHelpers.DynamicStackFrames.Count seems to be > constant at 1.. I'm not very familiar with windbg but I can certainly > learn more about it.. What should I be looking for?
You could try running it under CLRProfiler: http://www.microsoft.com/downloads/details.aspx?FamilyID=a362781c-3870-43be-8926-862b40aa0cd0&DisplayLang=en http://msdn.microsoft.com/en-us/library/ms979205.aspx With it you can see which objects stick around after a GC, what's holding those objects, and where they're allocated. I'm not too familiar with its use yet, but I plan on doing that tomorrow. - Jeff _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com