From: PRANAV KANT GAUR on
I tried to reload symbol files for my driver in noisy mode it shows reload
process as:
DBGHELP: c:\users\parnav\desktop\T1\objchk_wlh_x86\i386\MYTESTDRIVER.sys - OK
DBGENG: c:\users\parnav\desktop\T1\objchk_wlh_x86\i386\MYTESTDRIVER.sys -
Mapped image memory
SYMSRV: A connection with the server could not be established
SYMSRV:
c:\symstore\MYTESTDRIVER.pdb\61124566B6934B51A62A0D3722679C9F1\MYTESTDRIVER.pdb not found
SYMSRV:
http://msdl.microsoft.com/download/symbols/MYTESTDRIVER.pdb/61124566B6934B51A62A0D3722679C9F1/MYTESTDRIVER.pdb not found
DBGHELP: c:\windows\symbols1\MYTESTDRIVER.pdb - file not found
DBGHELP: c:\windows\symbols1\sys\MYTESTDRIVER.pdb - mismatched pdb
DBGHELP: c:\windows\symbols1\symbols\sys\MYTESTDRIVER.pdb - file not found
DBGHELP: MYTESTDRIVER - private symbols & lines
c:\users\parnav\desktop\t1\objchk_wlh_x86\i386\MYTESTDRIVER.pdb

Question:
A)Why it is searching for mytestdriver.pdb(my driver's symbol file) on
symbol server & in all other locations(except the last location
c:\users\parnav\desktop\t1\objchk_wlh_x86\i386\MYTESTDRIVER.pdb) that i have
not specified,is it following any algorithm trying to search through all
possible path permutations to search for mytestdriver.pdb & lastly it has
found it in:
c:\users\parnav\desktop\t1\objchk_wlh_x86\i386\ ?

 | 
Pages: 1
Prev: Basics
Next: local kernel debugging problem