sos
sos信号(关于sos信号的介绍)?
大家好,小新来为大家解答以上的问题。sos信号,关于sos信号的介绍很多人还不知道,现在让我们一起来看看吧![详细]
2024-04-13 07:13 分类:问答!address -summary command output for latest Windbg/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[详细]
2023-04-12 14:03 分类:问答windbg.exe: Failed to load data access DLL, 0x80004005
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[详细]
2023-04-05 22:48 分类:问答What to do with "The version of SOS does not match the version of CLR you are debugging" in WinDbg?
I\'m having a problem with some of my apps. It\'s a wcf-based app running under IIS6 in Windows 2003 Server (x86):[详细]
2023-04-05 15:06 分类:问答Windbg - dumping System.Guid
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[详细]
2023-04-05 09:46 分类:问答windbg cant load sos clr
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[详细]
2023-04-02 02:14 分类:问答Post-mortem .NET debugging with SOS.dll
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.[详细]
2023-04-02 01:20 分类:问答Is it possible to call a method from WinDbg / SOS
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?[详细]
2023-03-29 17:06 分类:问答analysis crash dump created by gflags.exe of .net 4.0 but there was no enough information
a windows service written in c# 4.0, setting gflags.exe(Global Flags) to save the dump when process crashing.[详细]
2023-03-20 08:57 分类:问答what does HANDLE(RefCnt) mean in windbg?
The following is my checking gcroot of the object 0330e9a8. I found Its root is a hanle with its type is \"RefCnt\".[详细]
2023-03-20 04:40 分类:问答