gpt4 book ai didi

windbg - 如何使用windbg在堆栈跟踪中查找与偏移量相对应的行号?

转载 作者:行者123 更新时间:2023-12-01 05:39:03 26 4
gpt4 key购买 nike

我有一个非托管C++代码的故障转储。

我用Windbg打开它,设置符号路径和源路径。
跑!analyze -v并获得以下堆栈跟踪

STACK_TEXT:  
094efec0 7439fdc8 8b6ac787 00000000 00000000 WINSPAMCATCHER!_invalid_parameter_noinfo+0xc [f:\dd\vctools\crt_bld\self_x86\crt\src\invarg.c @ 125]
094eff3c 743a005e 085c37d8 74547d66 085c37d8 WINSPAMCATCHER!SpamCatcher::SCEngine::ruleUpdateLoop+0x338
094eff44 74547d66 085c37d8 8b6ac637 00000000 WINSPAMCATCHER!SpamCatcher::SCEngine::ruleUpdateLoopWrapperWin+0xe
094eff7c 74547e0e 00000000 094eff94 771df13c WINSPAMCATCHER!_callthreadstartex+0x1b [f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c @ 348]
094eff88 771df13c 091707c8 094effd4 7769d80d WINSPAMCATCHER!_threadstartex+0x82 [f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c @ 326]
WARNING: Stack unwind information not available. Following frames may be wrong.
094eff94 7769d80d 091707c8 7e3e52db 00000000 kernel32+0x8f13c
094effd4 7769da1f 74547d8c 091707c8 00000000 ntdll+0x7d80d
094effec 00000000 74547d8c 091707c8 00000000 ntdll+0x7da1f

从上面的堆栈跟踪中,我看不到SCEngine::ruleUpdateLoop + 0x338的行号。
相反,我看到了偏移量0x338。我想这是某种形式的程序集偏移量。是否可以使用windbg查找与此偏移量对应的行号?

最佳答案

从CRT函数的行号可以明显看出,已正确加载了程序的符号(或者它是DLL?)。验证是否已将/Zi指定给编译器。

您也可以通过查看反汇编u WINSPAMCATCHER!SpamCatcher::SCEngine::ruleUpdateLoop WINSPAMCATCHER!SpamCatcher::SCEngine::ruleUpdateLoop+0x338并在脑海中反编译来找出行号。这并不像您想的那样困难。我建议先使用this纸。

关于windbg - 如何使用windbg在堆栈跟踪中查找与偏移量相对应的行号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6896830/

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