7
votes
4answers
162 views
How to debug a WER minidump of an “ngen”ed image
When ngen is executed on a .NET managed application at installation time, and a crash dump is retrieved from Windows Error Reporting for the app, how can you use it to see a stack trace, variables, …
0
votes
0answers
23 views
WinDbg stacktrace shows wrong values for function arguments (KP command)
I am debugging a minidump in WinDbg and the Visual Studio 2005 debugger and they produce different results.
WinDbg gets it wrong
When doing KP in WinDbg, the relevant part of the stacktrace is:
…
