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
...
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...
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
1
Solved
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...
1
Solved
My problem is this:
0:000> !DumpHeap -type Microsoft.Internal.ReadLock -stat
------------------------------
Heap 0
total 0 objects
------------------------------
Heap 1
total 0 objects
--------...
1
© 2022 - 2024 — McMap. All rights reserved.