在windbg中,什么可能导致消息“警告:无法验证mydll.dll的时间戳”? [英] In windbg, what can cause the message "WARNING: Unable to verify timestamp for mydll.dll"?

查看:1542
本文介绍了在windbg中,什么可能导致消息“警告:无法验证mydll.dll的时间戳”?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个转储(由SysInternal的 procdump 创建),当我要求查看一个线程的调用堆栈时,我得到错误:

 警告:无法验证mydll.dll的时间戳

我拥有 mydll.dll 的源代码,我有 PDB 文件它,调用堆栈似乎有效,但我想知道可能是什么原因的消息。过去我没有收到这个警告信息。



谢谢。

解决方案>

原因可能是您没有mydll.dll
可用的二进制文件。

尝试将其放在与.pdb相同的位置或使用文件 - >图像路径到

指向位置。注意,.pdb和.dll必须与转储的程序相同。


I have a dump (created by SysInternal's procdump) and when I ask to view the call stack of a thread I get the error:

"WARNING: Unable to verify timestamp for mydll.dll"

I own the source code for mydll.dll and I have the PDB file for it, the call stack seems valid but I would like to know what can be the cause of the message. In the past I did not get that warning message.

Thank you.

解决方案

The reason might be that you don’t have the the binary for your mydll.dll available.
Try to either put it in the same location as the .pdb or use the File -> Image path to
point at the location. NB both the .pdb and .dll must be the same version as the program dumped.

这篇关于在windbg中,什么可能导致消息“警告:无法验证mydll.dll的时间戳”?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆