sosex Questions

2

Solved

I am using VS.NET 2010. I compiled a very simple .NET 4.0 application. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TestWindbg { class Program ...
Plyler asked 1/8, 2012 at 23:15

2

Solved

The Question There are plenty of manual ways to make WinDBG find mscordacwks.dll without a symbol store (putting the file in the path somewhere, putting it in the same folder as windbg.exe, puttin...
Percale asked 10/10, 2013 at 1:48

1

Solved

I have several hundred instances of MyClass present in managed heap. Some of these are in large-object heap. Below is how various heap structure looks 0:000> !EEHeap -gc Number of GC Heaps: 1 ...
Labile asked 17/5, 2015 at 14:54

2

Solved

For some reason, I cannot run any commands once I load psscor4. I have downloaded x64 of psscor4 from MS website and put it in same folder where windbg is. Before loading psscor4, I can run sos com...
Mcculley asked 22/9, 2014 at 18:37

1

Solved

I have an OutOfMemoryException and I'd like to analyze the size and the type of the array which shall be created. I have created a demo purpose dump for that situation and I'm able to get the foll...
Pacian asked 16/9, 2014 at 21:19

1

Solved

My problem is that dumpheap -stat returns an awful lot of objects and I have no idea which ones are rooted and which ones are not. Well, I can if I run the !mroot or !refs command on an individual...
Fowkes asked 24/12, 2013 at 20:43

1

Solved

My problem is this: 0:000> !DumpHeap -type Microsoft.Internal.ReadLock -stat ------------------------------ Heap 0 total 0 objects ------------------------------ Heap 1 total 0 objects --------...
Saporific asked 24/12, 2013 at 19:8
1

© 2022 - 2024 — McMap. All rights reserved.