I got the address of a large managed object in WinDbg, what next?

Posted by Mahen on Stack Overflow See other posts from Stack Overflow or by Mahen
Published on 2009-06-23T23:12:40Z Indexed on 2011/01/14 23:54 UTC
Read the original article Hit count: 143

Filed under:
|

I created a high memory utilization dump and using !dumpheap -stat and !dumpheap -mt I got the address of two large string generic list of 30 MB each.

I want to know more about these lists. What they contain or which piece of code is using them.

Is there a way to find them out?

0:000> !do 2b370038 Name: System.Object[] MethodTable: 71e240bc EEClass: 71c0da54 Size: 33554448(0x2000010) bytes Array: Rank 1, Number of elements 8388608, Type CLASS Element Type: System.Collections.Generic.List`1[[System.String, mscorlib]] Fields: None

© Stack Overflow or respective owner

Related posts about memory-usage

Related posts about WinDbg