大家好,小新来为大家解答以上的问题。sos信号,关于sos信号的介绍很多人还不知道,现在让我们一起来看看吧!
I downloaded开发者_高级运维 and installed the latest version (6.12.2.633) of Debugging tools for windows. Running it with .NET 4.0. When I run !address -summary command seem like its output is differe
I\'m trying to debug a 32 bit process dump from a process that ran on an x64 machine. I\'m running an x86 version of windbg on my x64 laptop. I\'ve followed the recommendations here, but I\'m still ge
I\'m having a problem with some of my apps. It\'s a wcf-based app running under IIS6 in Windows 2003 Server (x86):
When I use !do in windbg for System.Guid object I got list of fields for that GUID object. How can I see what is value of thi开发者_如何学Pythons GUID (string representation)?Use dt nt!_GUID<@ofobj
I\'m not sure that windbg is the right tool, but that\'s what I\'m trying now my asp.net app seems to have a memory leak, it keeps on growing by about 3 MB almost every time a page loads (then it goe
I am working on a mixed-mode app (C++/CLI, C++, some C#) and when it crashes in the field a memory dump gets created. I usually get these dumps from the customer and try to figure out what went wrong.
Is it possible to call managed method from windbg? Is there any .NET equivalent for .call? Or how to use it to call managed method?
a windows service written in c# 4.0, setting gflags.exe(Global Flags) to save the dump when process crashing.
The following is my checking gcroot of the object 0330e9a8. I found Its root is a hanle with its type is \"RefCnt\".