Hello,
i’m not able to receive ntdll.dll symbols for Win7 x86 OS (7600.16539.x86fre.win7_gdr.100226-1909), is there a way how to solve this? Microsoft claims their symbol server should contain OS symbols (including hot fixes, Service Packs and Security Rollup Packages).
Thanks!
notice that the debugger in your case is looking for ntdll itself, not its symbols.
Try loading the ntdll.dll from your test machine into kernel debugger as if it were a dump, and see what happens. Likely, it will pull the symbols from the symbols server. Then, point the debugger an the .pdb file you pulled.
“John Smith” wrote in message news:xxxxx@windbg… Hello, i’m not able to receive ntdll.dll symbols for Win7 x86 OS (7600.16539.x86fre.win7_gdr.100226-1909), is there a way how to solve this? Microsoft claims their symbol server should contain OS symbols (including hot fixes, Service Packs and Security Rollup Packages). Thanks!
The binaries are (supposed to) be on the symbol server in addition to the pdbs, so that dump file debugging works.
S
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Sergei Vorobiev
Sent: Friday, July 02, 2010 4:51 PM
To: Kernel Debugging Interest List
Subject: Re:[windbg] missing ntdll.dll symbols
notice that the debugger in your case is looking for ntdll itself, not its symbols.
Try loading the ntdll.dll from your test machine into kernel debugger as if it were a dump, and see what happens. Likely, it will pull the symbols from the symbols server. Then, point the debugger an the .pdb file you pulled.
“John Smith” > wrote in message news:xxxxx@windbg… Hello, i’m not able to receive ntdll.dll symbols for Win7 x86 OS (7600.16539.x86fre.win7_gdr.100226-1909), is there a way how to solve this? Microsoft claims their symbol server should contain OS symbols (including hot fixes, Service Packs and Security Rollup Packages). Thanks!