I have the following scenario: Windows开发者_运维技巧 2008 A Service running running with a specific user credential (i.e. not the System Account).
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
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
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
One of my .NET process that interops with native dlls is throwing an OutOfMemory Exception. Following is out put of !vmstat command
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
My driver have crashed in the target pc with the error: Access violation - code c0000005 (!!! second chance !!!)
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
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