gpt4 book ai didi

.net - 风数据库流明 : what does "deferred" mean?

转载 作者:行者123 更新时间:2023-12-01 18:23:08 24 4
gpt4 key购买 nike

我正在 WinDbg 中调试 .NET 2.0 程序集的故障转储文件。

当我在 WinDbg 中输入“lm”时,我会得到一长串已加载的模块,如下所示:

723c0000 72950000 mscorwks   (deferred)  
.
.

这里的“延迟”是什么意思?我需要担心这个吗?

最佳答案

这只是意味着该模块尚未加载任何符号。所以不用担心这个。

<小时/>

参见lm (List Loaded Modules)

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.

Deferred Symbol Loading

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.

Symbol Status Abbreviations :

Abbreviation: deferred

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.

关于.net - 风数据库流明 : what does "deferred" mean?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15069220/

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