windbg
Production time debugging - session 0 process
I have the following scenario: Windows开发者_运维技巧 2008 A Service running running with a specific user credential (i.e. not the System Account).[详细]
2023-04-05 20:32 分类:问答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 分类:问答Getting symbol related error despite pointing to Microsoft symbol server
Trying to debug a dump file in Windbg. Its a managed that interops with some Microsoft native libraries. I have setup symbol path to .sympath SRV*c:\\SymbolsCash*http://msdl.microsoft.com/download/sym[详细]
2023-04-04 07:26 分类:问答Windbg: How to do break-on-write on a kernel data structure?
I\'m new to WinDbg, and I wanted to understand if it was possible to do 开发者_如何学Pythona break-on-write on a kernel data structure (could be a structure or an array), similar to what can be done i[详细]
2023-04-04 04:46 分类:问答!vmstat command output - what does Private memory area mean?
One of my .NET process that interops with native dlls is throwing an OutOfMemory Exception. Following is out put of !vmstat command[详细]
2023-04-04 02:21 分类:问答How can I speed the download of symbol files from the microsoft (and other) servers?
My WinDbg is configured to download symbol files from the MS server automatically. When this happens, the process is painful, because it takes time to download the pdb files, which tend to be big. It[详细]
2023-04-03 17:19 分类:问答WinDbg - kill hung KMDF-driver?
My driver have crashed in the target pc with the error: Access violation - code c0000005 (!!! second chance !!!)[详细]
2023-04-03 11:50 分类:问答WinDBG - Finding the actual (unmanaged) exception
I\'m trying to find the actual exception in a managed-unmanaged mixed code. The problem is that I have a .Net class that catches all unhandled exceptions and then creates a dump, so when i look at th[详细]
2023-04-02 04:58 分类:问答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 分类:问答