ClrMd - 缺少 ClrInfo TryGetDacLocation 和其他方法?
ClrMd - ClrInfo TryGetDacLocation and other method missing?
我正在试用 ClrMd 库:
https://github.com/Microsoft/clrmd
我有这个问题,根据第一个教程,我有一个名为 TryGetDacLocation 的 ClrInfo 类型的方法,但是我可以在其中找到它...我可以看到Dac 位置是在 Clrinfo 中自动生成的,但是当我尝试调用 runtimeInfo.CreateRuntime(); 时,我得到:
"Mismatched architecture between this process and the dac"
转储和 运行 进程是相同的 - 32 位架构。
我没有看到该功能和其他功能,例如 - class 中的 TryDownloadDac :
有什么想法吗?
我从 TaskManager 获取转储文件,但我不知道如果我从 64 位 TaskManger 获取 32 位进程,它会给我 64 位转储。这就是这里的问题。
新版本中删除了 TryGetDacLocation 函数..
谢谢:)
我正在试用 ClrMd 库: https://github.com/Microsoft/clrmd
我有这个问题,根据第一个教程,我有一个名为 TryGetDacLocation 的 ClrInfo 类型的方法,但是我可以在其中找到它...我可以看到Dac 位置是在 Clrinfo 中自动生成的,但是当我尝试调用 runtimeInfo.CreateRuntime(); 时,我得到: "Mismatched architecture between this process and the dac"
转储和 运行 进程是相同的 - 32 位架构。 我没有看到该功能和其他功能,例如 - class 中的 TryDownloadDac :
有什么想法吗?
我从 TaskManager 获取转储文件,但我不知道如果我从 64 位 TaskManger 获取 32 位进程,它会给我 64 位转储。这就是这里的问题。
新版本中删除了 TryGetDacLocation 函数..
谢谢:)