.net - windbg Type Failures after Windows update -


i enabled windows updates , after updates windbg environment having type reference failures:

when using !analyze -v command on dump files created after updates. ntdll symbols loads following path:

c:\symbol\wntdll.pdb\bbb0846a402c4052a16b67650bbfe6b02\wntdll.pdb 

thereafter following type reference failures:

type referenced: ntdll!_peb type referenced: ntdll!_heap_failure_information  type referenced: nt!image_nt_headers32  

whats strange dump files created prior windows updates not have these failures , ntdll symbols loads from:

c:\symbol\wntdll.pdb\69ddfbcbbc14421d8cb974f8edc414102\wntdll.pdb 

i have used dbh tool on both symbol files 69ddfbcbbc14421d8cb974f8edc414102\wntdll.pdb displays information. can please provide insight. windbg version 6.3.9600.17298 sdk 8.1.

type reference failure

type reference success

dbh.exe no results


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -