gpt4 book ai didi

debugging - windbg.exe : Failed to load data access DLL, 0x80004005

转载 作者:行者123 更新时间:2023-12-01 02:43:35 26 4
gpt4 key购买 nike

我正在尝试从在 x64 机器上运行的进程调试 32 位进程转储。我在 x64 笔记本电脑上运行 x86 版本的 windbg。我遵循了建议 here ,但我仍然得到这个:

0:000> .cordll -ve -u -l
CLR DLL status: No load attempts
0:000> !clrstack
CLRDLL: C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscordacwks.dll:4.0.30319.17020 f:8
doesn't match desired version 4.0.30319.237 f:8
CLRDLL: Loaded DLL c:\symbols\public\mscordacwks_x86_x86_4.0.30319.237.dll\4DD234A8670000\mscordacwks_x86_x86_4.0.30319.237.dll
Failed to load data access DLL, 0x80004005
Verify that 1) you have a recent build of the debugger (6.2.14 or newer)
2) the file mscordacwks.dll that matches your version of clr.dll is
in the version directory
3) or, if you are debugging a dump file, verify that the file
mscordacwks_<arch>_<arch>_<version>.dll is on your symbol path.
4) you are debugging on the same architecture as the dump file.
For example, an IA64 dump file must be debugged on an IA64
machine.

You can also run the debugger command .cordll to control the debugger's
load of mscordacwks.dll. .cordll -ve -u -l will do a verbose reload.
If that succeeds, the SOS command should work on retry.

If you are debugging a minidump, you need to make sure that your executable
path is pointing to clr.dll as well.

据我所知, mscordacwks_x86_x86_4.0.30319.237.dll已成功加载,但我仍然收到错误消息。我错过了什么?

最佳答案

我通过使用 ProcDump 解决了这个问题获取在 64 位机器上运行的 32 位进程的 32 位转储。我可以使用 32 位 windbg 成功地检查它。更多详情在this blog post .

关于debugging - windbg.exe : Failed to load data access DLL, 0x80004005,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7485072/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com