Guest Don Gra Posted December 13, 2007 Posted December 13, 2007 Hi, We are currently trying to certify our device drivers for Windows Server 2008 RC1 but the person running the WHQL tests tells me that we need the operating system symbols in order to perform one of the WHQL tests (which we need to run successfully in order to submit for certification). Does anyone know where I can get the symbols for Server 2008 RC1? (I need both the x64 and x86 symbols.) Thanks, Don. -- Don Gra
Guest gsjutla Posted December 14, 2007 Posted December 14, 2007 RE: Symbols for Windows Server 2008 RC1? Set a system evironment variable named _nt_symbol_path point to the following value SRV*c:\symbols*http://msdl.microsoft.com/download/symbols Create a folder c:\symbols. Ensure you have internet conenction available on teh system. This should give you all the public symbols available from Microsoft. Hope this helps. -- Regards Gurpreet Singh "Don Gra" wrote: > Hi, > > We are currently trying to certify our device drivers for Windows Server > 2008 RC1 but the person running the WHQL tests tells me that we need the > operating system symbols in order to perform one of the WHQL tests (which we > need to run successfully in order to submit for certification). > > Does anyone know where I can get the symbols for Server 2008 RC1? > (I need both the x64 and x86 symbols.) > > Thanks, Don. > > -- > Don Gra
Guest Don Gra Posted December 14, 2007 Posted December 14, 2007 RE: Symbols for Windows Server 2008 RC1? Hi Gurpreet, The person performing the WHQL tests here tried what you suggested but it failed. I've listed the results below. You can see that it was unable to find the kernel symbols. Thanks, Don. C:\debuggers>symchk /if c:\Windows\system32\kernel32.dll /s SRV*c:\symbols*http://msdl.microsoft.com/download/symbols /v [sYMCHK] Searching for symbols to c:\Windows\system32\kernel32.dll in path SRV*c:\symbols*http://msdl.microsoft.com/download/symbols DBGHELP: Symbol Search Path: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols [sYMCHK] Using search path "SRV*c:\symbols*http://msdl.microsoft.com/download/symbols" DBGHELP: No header for c:\Windows\system32\kernel32.dll. Searching for image on disk DBGHELP: c:\Windows\system32\kernel32.dll - OK SYMSRV: WinInet Interface using proxy server: http=xxx.xxx.xxx.xxx:xxxx SYMSRV: c:\symbols\kernel32.pdb\36A528E237CA4A20B897430F78BC687A2\kernel32.pdb not found SYMSRV: http://msdl.microsoft.com/download/symbols/kernel32.pdb/36A528E237CA4A20B897430F78BC687A2/kernel32.pdb not found DBGHELP: kernel32 - no symbols loaded [sYMCHK] MODULE64 Info ---------------------- [sYMCHK] Struct size: 1672 bytes [sYMCHK] Base: 0x0000000078D40000 [sYMCHK] Image size: 1228800 bytes [sYMCHK] Date: 0x47454d0b [sYMCHK] Checksum: 0x0013734e [sYMCHK] NumSyms: 0 [sYMCHK] SymType: SymNone [sYMCHK] ModName: kernel32 [sYMCHK] ImageName: c:\Windows\system32\kernel32.dll [sYMCHK] LoadedImage: c:\Windows\system32\kernel32.dll [sYMCHK] PDB: "" [sYMCHK] CV: RSDS [sYMCHK] CV DWORD: 0x53445352 [sYMCHK] CV Data: kernel32.pdb [sYMCHK] PDB Sig: 0 [sYMCHK] PDB7 Sig: {00000000-0000-0000-0000-000000000000} [sYMCHK] Age: 0 [sYMCHK] PDB Matched: TRUE [sYMCHK] DBG Matched: TRUE [sYMCHK] Line nubmers: FALSE [sYMCHK] Global syms: FALSE [sYMCHK] Type Info: FALSE [sYMCHK] ------------------------------------ SymbolCheckVersion 0x00000002 Result 0x00010001 DbgFilename kernel32.dbg DbgTimeDateStamp 0x00000000 DbgSizeOfImage 0x00000000 DbgChecksum 0x00000000 PdbFilename kernel32.pdb PdbSignature {36A528E2-37CA-4A20-B897-430F78BC687A} PdbDbiAge 0x00000002 [sYMCHK] [ 0x00000000 - 0x00010001 ] Checked "c:\Windows\system32\kernel32.dll" SYMCHK: kernel32.dll FAILED - kernel32.pdb mismatched or not found SYMCHK: FAILED files = 1 SYMCHK: PASSED + IGNORED files = 0 -- Don Gra "gsjutla" wrote: > Set a system evironment variable named _nt_symbol_path > point to the following value > SRV*c:\symbols*http://msdl.microsoft.com/download/symbols > > Create a folder c:\symbols. Ensure you have internet conenction available on > teh system. > > This should give you all the public symbols available from Microsoft. Hope > this helps. > -- > Regards > Gurpreet Singh > > > "Don Gra" wrote: > > > Hi, > > > > We are currently trying to certify our device drivers for Windows Server > > 2008 RC1 but the person running the WHQL tests tells me that we need the > > operating system symbols in order to perform one of the WHQL tests (which we > > need to run successfully in order to submit for certification). > > > > Does anyone know where I can get the symbols for Server 2008 RC1? > > (I need both the x64 and x86 symbols.) > > > > Thanks, Don. > > > > -- > > Don Gra
Recommended Posts