sos
How can I get complete stack traces for mixed-mode minidumps when (WPF) native images are involved?
I have a mixed-mode C++/CLI application which uses WPF. Crashes from our customers are reported as minidumps to our own server.[详细]
2023-02-02 00:03 分类:问答Virtual vs Physical memory leak
I am just having hard time understanding the difference between virutal memory vs physical memory leak from debugging .net application perspective.[详细]
2023-01-30 09:00 分类:问答What i am doing wrong to disassembled code
I amtrying the code sample provided at Naveen\'s blog at http://naveensrinivasan.com/2010/06/11/piracy-in-net-code-%e2%80%93-part-3-%e2%80%93-even-when-the-code-is-obfuscated/.[详细]
2023-01-27 20:31 分类:问答Debugging .net using SOS
I have created a dump using clrdump.When I go to view it using sos, I load up sos and then run !dso, but the error I get is:[详细]
2023-01-26 12:34 分类:问答What does fields in method table mean in this example?
I am trying to understand information stored in the method table. Here is my code. class MyClass { private int x = 60;[详细]
2023-01-23 09:42 分类:问答Deadend whilst Debugging Silverlight with WinDBG and SOS
I\'m new to WinDBG.I\'m looking for the cause of a memory leak and I\'ve got as far as my current knowledge can take me.[详细]
2023-01-21 07:18 分类:问答inspect field on all instances in memory dump
I have a memory dump that I\'m using to troubleshoot a client issue.This is a .NET (C#) application.The problem with my application is that too many instances of a particular class are being created.T[详细]
2023-01-20 11:53 分类:问答windbg !gcroot <address> returns no roots
What does it mean if !gcrootreturns an empty thread list? 0:000> !gcroot 0000000010817c50 Note: Roots found on stacks may be false positives. Run \"!help gcroot\" for[详细]
2023-01-19 06:04 分类:问答Why syncblk is located at -4 and not at 0?
So if you want to look at sync block for an object, under sos you have to look at -4 bytes (on 32 bit machines) before the object address. Does anyone know what is the wisdom for going back 4 bytes? I[详细]
2023-01-19 04:37 分类:问答Silverlight application under IE attached to Windbg
Is it possible to attach Windbg to a Silverlight based application running under internet explorer ( or any other browser)? If its possible, then will I have to attach windbg to the brow开发者_JAVA百科[详细]
2023-01-18 20:15 分类:问答