I am forcing a dr watson crash dump on a process by drwtsn32 -p <pid>
to look into the internal state of my process; I am able to do that
with a good user.dmp file and have confirmed with !sym noisy command
of windbg that my symbol files are placed correctly; i am using
microsoft public symbol server for os symbol files. But windbg keeps
on giving me warning that "Unable to verify checksum for <my dll>".
I have also tried using "symchk" tool from microsoft to verify that
my pdb file is correct for my dll.
Hence inside windbg I am able to see all the threads and corresponding
stack of them for my process, but some how it does not take me to the
correct source file. I also verified with .srcpath command that my
source path is good.
OS I am running on: win2k pro
Help is greatly appreciated.
Regards- Rajesh
Pat
"Rajesh K Sharma" <rsh...@websense.com> wrote in message
news:d1b925e1.03021...@posting.google.com...
"*** WARNING: Unable to verify checksum for C:\Program
Files\Websense\WDC\WsCAMAgent.dll"
Thanks - rsh...@websense.com
"Pat" <patf...@online.microsoft.com> wrote in message news:<Cf13a.95336$iG3.13242@sccrnsc02>...
Are you also linking with /debugtype:both and compiling with /Zi?
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Pat" <patf...@online.microsoft.com> wrote in message
news:hA93a.101865$tq4.3825@sccrnsc01...
And you are saying that my build environment is not adding checksum
information into the image, what do I need to get that, thanks again.
"David Holcomb [MS]" <dhol...@microsoft.com> wrote in message news:<3e4df632$1...@news.microsoft.com>...
Pat
"Rajesh K Sharma" <rsh...@websense.com> wrote in message
news:d1b925e1.0302...@posting.google.com...