windbg
WinDbg x64: Cannot debug a crash dump - failed to load data access DLL
I attached WinDbg to a running process and had the process crashed (I have a separate question re. that case). Once the program crashed, WinDbg stopped and allowed me to debug the program. I took a cr[详细]
2023-03-29 05:18 分类:问答How to debug corruption in the managed heap
My program throws an error which it cannot handle by a catch(Exception e) block and then it crashes: Access Violation Corrupted State Exception.[详细]
2023-03-27 23:27 分类:问答What can "Pin" an object in memory in Silverlight?
I am working on debugging an application that seems to leak memory like crazy; most of it seems due to fragmentation from pinned objects(downloaded image data in a WriteableBitmap). However, I am not[详细]
2023-03-27 03:20 分类:问答How to open a C# crash dump (Minidump)
Our C# application calls MinidumpWriteDump upon an unhandled exception. I have received some crash dumps from users where i cannot seem to open the crash dump with SOS and see the exception that caus[详细]
2023-03-26 19:28 分类:问答How do I install the correct version of windbg?
I have intel 2500k processor yet winsdk installed amd64 version for me. I can\'t seem to find a way to download intel64 version anywhere nor change 开发者_高级运维the installation option. What should[详细]
2023-03-25 16:08 分类:问答Debugging tool for managed code
I am new to C# and wondering whether \"windbg\" or \"Visual Studio Debugger\" would be better tool for debugging managed code?[详细]
2023-03-25 10:22 分类:问答How Javascript strings are encoded in Chrome?
I am analyzing via WinDbg the memory address space of Chrome. Like I did with other processes, I need to extract all the strings that are currently allocated in memory.[详细]
2023-03-25 08:49 分类:问答WinDbg !heap command not working due to missing symbols
I am trying to use WinDbg debug my .NET application with C++ unmanaged memory allocations. When I try to run the !heap command, I get the following error message:[详细]
2023-03-25 01:28 分类:问答how to set up a breakpoint in windbg?
Im having a bug in AIR debug launcher and 开发者_JS百科I have been trying to investigate with windbg, but i dont know how to use it.[详细]
2023-03-25 00:07 分类:问答what does "Attempt to execute non-executable address" mean?
I see an access violation error in my c++ application. On attaching windbg to the process when the violation happens and using !analyze, I found the access violation was due to an attempt to execute a[详细]
2023-03-24 10:47 分类:问答
加载中,请稍侯......