Chris Shearer Cooper
2008-08-13 15:39:08 UTC
I am receiving a minidump file from the QA team which is 8 time zones
away from me, so sending questions back and forth gets tricky. I load
the file into VS2005, and I have set my Tools:Options:Debugging:Native
"Load DLL Exports" to true so I get symbols from ntdll.dll.
So VS2005 is loading exports from my c:\windows\system32\ntdll.dll.
My first question is this - is VS2005 smart enough to check the
version of ntdll.dll on the machine that generated the minidump file,
and the version on my machine, and not load exports if the versions
don't match?
My second questions is this - how can I get my hands on the matching
ntdll.pdb? I don't think it's doing a very good job guessing at the
stack track entries based on what it can learn from the DLL.
Thanks,
Chris
away from me, so sending questions back and forth gets tricky. I load
the file into VS2005, and I have set my Tools:Options:Debugging:Native
"Load DLL Exports" to true so I get symbols from ntdll.dll.
So VS2005 is loading exports from my c:\windows\system32\ntdll.dll.
My first question is this - is VS2005 smart enough to check the
version of ntdll.dll on the machine that generated the minidump file,
and the version on my machine, and not load exports if the versions
don't match?
My second questions is this - how can I get my hands on the matching
ntdll.pdb? I don't think it's doing a very good job guessing at the
stack track entries based on what it can learn from the DLL.
Thanks,
Chris