windbg
Dumping STL strings with WinDbg
I can\'t dump STL strings with WinDbg anymore - I used to be able to dump an STL string using the command: dt -r (MSVCP90!string) address, or for wide strings, dt -r (MSVCP90!wstring) address. Unfortu[详细]
2023-03-18 21:48 分类:问答Do windows symbols files need to be exactly matched
I have windows xp that already up-to-date, and I have downloaded开发者_如何学JAVA Microsoft Symbols for Windows SP3. Can I use it with my XP? I don\'t have access to the original disc[详细]
2023-03-18 18:00 分类:问答Help me analyze dump file
Customers are reporting problems almost every day on about the same hours. This app is running on 2 nodes. It is Metastorm BPM platform and it\'s calling our code.[详细]
2023-03-16 09:21 分类:问答How do I analyze a crash dump from a binary built with optimizations enabled (release mode)?
Till now I was using debug mode binaries in project. So it was easy to analyze crash dump using symbol filespreserved.[详细]
2023-03-15 00:14 分类:问答Debugging "release-mode" binaries/dumps in windbg
I\'ve yet to find a good开发者_StackOverflow中文版 resource for debugging RELEASE mode binaries or dumps in windbg.[详细]
2023-03-14 16:19 分类:问答Can I set a breakpoint in ntdll.dll!_LdrpInitializeProcess?
When debugging a Windows process, it would sometimes be convenient to break as early as possible. Inital Callstack loo开发者_运维百科ks like this: (you get this e.g. when you set a breakpoint in a Dl[详细]
2023-03-13 05:27 分类:问答Diagnose/Debug potential stack corruption .NET application
I think I have a curly one here... I have an WinForms application that crashes fairly regularly every hour or so when running as an x64 process. I suspect this is due to stack corruption and would lik[详细]
2023-03-13 05:24 分类:问答Good extensions for WinDBG? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-12 09:03 分类:问答Emacs WinDbg kernel mode
I\'m using WinDbg for kernel mode debugging开发者_如何学JAVA and I\'d like to use the emacs interface to WinDbg. See http://www.emacswiki.org/emacs/download/cdb-gud.el. But cdb-gud.el only shows how t[详细]
2023-03-12 02:05 分类:问答Adplus dump creation failed - access is denied
I\'m trying to get a dump to debug some memory issues in ASP.NET processes (Windows 2003 R2 SP2 x64):[详细]
2023-03-11 19:27 分类:问答