I came back from a long vacation today and I?ve finally caught up with enough emails to do something useful with my day. As I scanned through my blog email bucket I noticed that I had a lot of emails relating to my last post on dumping .net exceptions in windbg , and most of them asked why they see OutOfMemoryExceptions on the heap, and how to troubleshoot this. I think I have mentioned this before, but it seems like it is worth mentioning again as it is probably buried deep in some post from way back when? When you dump out all the exceptions on your .net GC heap (using !dumpheap -type Exception for example) these 3 types of exceptions will always show up, independently of what type of .net process you are debugging. 79330c30 ...(read more)
Go to the complete details ...