sos
what does it mean when an object has no root using !gcroot with SOS?
I\'m tracking a memory leak where I\'m using !dumpheap -stat !dumpheap -mt !gcroot however !gcroot doesnt show anything,I\'ve been thinkin开发者_StackOverflow中文版g this means the object has no re[详细]
2023-03-10 03:11 分类:问答who hold reference to these objects
I see that dumpheap -stat command is show开发者_如何学编程ing 5 instance of my object. When I run dumpheap -MT , it lists all those 5 instances. In theory there should be only 2 instances. Is there an[详细]
2023-02-26 03:06 分类:问答change local stack variable value
Using Windbg/SOS, it possible to change value of a local varible on stack? If so ho开发者_开发技巧w?The short answer is: It depends.[详细]
2023-02-26 01:52 分类:问答change function return value
I have a .net application that is doing COM interop and calling some native library APIs. One of these APIs are returning some data that is unexpected and causing headaches for me. I am looking for so[详细]
2023-02-26 01:34 分类:问答cannot run sos comamnd for Silverlight 4.0 app in IE 8.0
I am trying to debug my silverlight application running under IE8.0. Its using .NET framework 4.0 and Silverlight 4.0. So I attach Windbg to IE running instance, I understand that with IE8 I need to c[详细]
2023-02-26 01:07 分类:问答How can I download correct versions of mscordacwks and mscorwks? [duplicate]
This question already has answers here: WinDbg: Copy of SOS.dll x86 4.0.30319.237 (3 answers) Closed 2 years ago.[详细]
2023-02-22 03:30 分类:问答Cannot attach to process in .net 4.0
** post was edited, more info below I\'ve just watched two great videos about Advanced Dotnet Debugging (by Brian Rasmussen) and I am trying to repeat some steps, but just don\'t know how to proceed[详细]
2023-02-20 11:41 分类:问答WinDbg and SoS, how do I print/dump a large string?
I am debugging a hangdump coming from a production server using WinDbg with the SoS extension. There is a string parameter in one of the stacks, that I need to know the value of. However, it is a rat[详细]
2023-02-17 19:54 分类:问答Comparing two dump files for report on objects with highest growth
For debugging managed applications If I have two dump files, is there anyway to compare these two file? I am thinking about the scenario of memory leaks and if I take process snapshots at different ti[详细]
2023-02-11 07:07 分类:问答