转发中的c0000005异常。分析调试器扩展

时间:2018-01-19 07:02:10

标签: windows debugging windbg xdebug

我正在启动我们公司产品的服务,同时w3wp.exe崩溃。 我有一个系统崩溃转储。当我尝试在Windbg中分析它时,我收到以下错误:

c0000005 Exception in ext.analyze debugger extension.
  PC: 00000000`08867875  VA: 00000000`00000000  R/W: 0  Parameter: 00000000`00000000

1 个答案:

答案 0 :(得分:0)

这是ext调试器扩展中的访问冲突错误

如果您正在运行最新版本的windbg,请尝试下载旧版本的windbg

应解决问题

最新的windbg版本以及内部预览版本无法在Windows 7中正确运​​行,并吐出各种错误,包括依赖性错误

这些版本的windbg可能只在当天的最前沿进行测试,如windows rs3 redstone wtc并且不向后兼容

Microsoft (R) Windows Debugger Version 10.0.17061.1000 X86
Copyright (c) Microsoft Corporation. All rights reserved.

CommandLine: calc
The call to LoadLibrary(ext) failed, Win32 error 0n127  <<<<<<<<<<<< 
    "The specified procedure could not be found."
Please check your debugger configuration and/or network access.