windbg
!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 分类:问答What does ntdll_77bc0000 or ntdll_772d0000 means in Wow64 call stack
I have WOW64 crash dumps with call stack information like: 0018fb00 77c06a8b 0018fbc8 0018ffc4 0018fc18 ntdll_77bc0000!ExecuteHandler2+0x26[详细]
2023-04-11 17:18 分类:问答Causes for crash during garbage collection
I\'ve been struggling now for some time with a crash in a C# application that also uses a fair share of C++/CLI modules that are mostly wrappers around native libraries to access device drivers.[详细]
2023-04-08 18:22 分类:问答OutOfMemoryException, Dump file size, and GC Heap Size
A 32bit .net application, running on a 32 bit machine, ran into an OutOfMemoryException. I then took a full memory dump, and although using WinDbg I can verify that a lot of memory is being used, I wo[详细]
2023-04-07 23:47 分类:问答What is an "Async Pinned Handle"?
I\'m trying to investigate a really nasty software crash which is possibly related to a managed heap corruption (since it happens during a garbage collection). Using WinDbg with the (SOS) !gchandles c[详细]
2023-04-07 21:23 分类:问答Finding out the call site from hex representation
I\'m trying to analyse a crash dump of MS BizTalk service, which is constantly consuming 100% CPU (and I assume that\'s because of our code :) ). I have a couple of dumps and the stack trace of the bu[详细]
2023-04-07 20:34 分类:问答WINDBG: Display dump file capture flags
This is a very quick question. I searched and can\'t seem to find the windbg command that would show what options exist in a minidump file.[详细]
2023-04-07 16:50 分类:问答AdPlus & WinDbg: difference between taking a dump with AdPlus and with WinDbg?
The task - when the application crashes, it is required to find the crash cause. I saw recommendations to take the crash dump with AdPlus and then load it into WinDbg for analysis.[详细]
2023-04-07 11:52 分类:问答Remote debugging, creating a server
I\'m following some WinDbg instruc开发者_运维知识库tions from the CodeProject tutorial. To start a server, I can get this to work from the command line fine:[详细]
2023-04-06 02:46 分类:问答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 分类:问答