Alan Williams-Key
2009-04-17 12:07:01 UTC
My application creates a minidump using MiniDumpWriteDump() if it crashes. I
am receiving some crash reports from users and I would like to see where the
problem is using WinDbg. When I load the crash dump it appears to load
successfully and I get a line that states
"This dump file has an exception of interest stored in it."
I then go to View-Call Stack and the call stack is displayed showing calls
to functions in ntdll, dbghelp and kernel32 but then
"WARNING Frame IP not in any known module. Following frames may be wrong."
Just when it gets to the interesting part! I've set my symbol path. What
could be the cause of this inability to decode the call stack? Thanks for any
help.
am receiving some crash reports from users and I would like to see where the
problem is using WinDbg. When I load the crash dump it appears to load
successfully and I get a line that states
"This dump file has an exception of interest stored in it."
I then go to View-Call Stack and the call stack is displayed showing calls
to functions in ntdll, dbghelp and kernel32 but then
"WARNING Frame IP not in any known module. Following frames may be wrong."
Just when it gets to the interesting part! I've set my symbol path. What
could be the cause of this inability to decode the call stack? Thanks for any
help.