windbg类型Windows更新后失败

时间:2015-08-31 04:16:04

标签: .net windows debugging clr windbg

我最近启用了Windows更新,在更新后我的windbg环境出现了类型引用失败:

对更新后创建的转储文件使用!analyze -v命令。 ntdll符号从以下路径加载:

<Directory "/path/to/source/file/directory/www">
    Options Indexes FollowSymLinks
    AllowOverride all
    Require all granted
</Directory>

此后我收到以下类型引用失败:

C:\symbol\wntdll.pdb\BBB0846A402C4052A16B67650BBFE6B02\wntdll.pdb

非常奇怪的是,在Windows更新之前创建的任何转储文件都没有这些失败,并且ntdll符号从以下位置加载:

Type referenced: ntdll!_PEB
Type referenced: ntdll!_HEAP_FAILURE_INFORMATION 
Type referenced: nt!IMAGE_NT_HEADERS32 

我在两个符号文件上都使用了dbh工具,但只有69DDFBCBBC14421D8CB974F8EDC414102 \ wntdll.pdb显示信息。能否请您提供一些见解。我的windbg版本是SDK 8.1中的6.3.9600.17298。

Type Reference Failure

Type Reference Success

dbh.exe no results

0 个答案:

没有答案