C:\Program Files\Debugging Tools for Windows>symchk /r c:\windows\system32
/s sr
v*c:\symbols*http://msdl.microsoft.com/download/symbols
SYMCHK: 6to4svc.dll FAILED - 6to4svc.pdb mismatched or not found
SYMCHK: acelpdec.ax FAILED - Built without debugging information.
SYMCHK: AdobePDF.dll FAILED - AdobePDFNT.pdb mismatched or not
found
SYMCHK: asfsipc.dll FAILED - asfsipc.pdb mismatched or not found
Please help
Thanks
Ahhh.. It would be wonderful to have a single place to go, where all
manufacturers checked in symbols for thier apps. Unfortunatly, you will
only be able to find symbols for Microsoft files up on that server.
However, i think your question is more general. You are saying that its not
working for any files at all. Lets talk internet connectivity, is this
machine behind a firewall(try setting _NT_SYMBOL_PROXY)? Does it require
authentication (try !sym prompts)? What kind of output are you getting
from !sym noisy? Are you using the latest debugger download?
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Andrew" <and...@fredlewis.com>
Subject: symbol problems
Date: Tue, 4 Nov 2003 09:36:35 -0500
It's not really clear to me, but WinDbg does compare symbol files to the
drivers and knows if they are even one compilation apart. This results in a
rejection of the symbols. This appears to be based upon checksums or some
other sort of information because like I said, I can have a driver which has
been locally recompiled, with no version stamp change, get the newer symbol
file rejected.
Is there a means of obtaining the version stamped in the resource file
associated with the driver so that at least from the WER dumps that we can
identify which version of a driver is running and thus be able to
troubleshoot the dump?
"Ben McDonald [MSFT]" <benj...@online.microsoft.com> wrote in message
news:qPyYsL6o...@cpmsftngxa06.phx.gbl...
link -dump -headers <image>
shows you the timestamp (it's about 5 lines from the top).
When you do !drivers or lm in the debugger, that is the timestamp that is
diplayed.
-Andre
"Del Fredricks" <im.sick...@ask.i.might.tell> wrote in message
news:u6bIZgUq...@TK2MSFTNGP11.phx.gbl...