WinDBG的流明:&是什么QUOT;延迟"意味着? [英] Windbg lm: what does "deferred" mean?

查看:145
本文介绍了WinDBG的流明:&是什么QUOT;延迟"意味着?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我调试了.NET 2.0大会在WinDbg中崩溃转储文件。

I'm debugging a crash dump file for a .NET 2.0 assembly in WinDbg.

当我输入LM到WinDbg中,我得到了加载的模块一长串这样的:

When I type "lm" into WinDbg, I get a long list of loaded modules like this:

723c0000 72950000 mscorwks   (deferred)  
.  
.

什么延迟是什么意思吗? 我是否需要担心?

What does "deferred" mean here? Do I need to worry about it?

推荐答案

这只是意味着在装入然而对于该模块的符号。所以,不要担心。

It just means no symbols where loaded yet for this module. So don't worry about that.

请参阅流明(列表加载模块)

符号类型紧跟模块名。此列没有标签。有关各种状态值的更多信息,请参见符号状态缩写的。如果您有加载符号,符号的文件名遵循此列。

The symbol type immediately follows the module name. This column is not labeled. For more information about the various status values, see Symbol Status Abbreviations. If you have loaded symbols, the symbol file name follows this column.

延迟符号加载

在默认情况下,符号信息没有实际加载加载目标模块时。相反,符号由调试器加载需要它们。这被称为延迟符号加载或延迟符号加载。

By default, symbol information is not actually loaded when the target modules are loaded. Instead, symbols are loaded by the debugger as they are needed. This is called deferred symbol loading or lazy symbol loading.

符号状态缩写

缩写:延迟

含义:该模块已经加载,但调试器并没有试图加载的符号。在需要的时候码元将被加载。请参见延迟符号加载了解详细信息。

Meaning: The module has been loaded, but the debugger has not attempted to load the symbols. Symbols will be loaded when needed. See Deferred Symbol Loading for details.

这篇关于WinDBG的流明:&是什么QUOT;延迟"意味着?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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