从kubernetes文档中我看到有一个基于DNS的服务发现机制.Google Container Engine是否支持此功能.如果是这样,发现在Container Engine中运行的服务的DNS名称格式是什么.我在Container Engine文档中找不到相关信息.
我有一个非托管 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
Run Code Online (Sandbox Code Playgroud)
从上面的堆栈跟踪我看不到 SCEngine::ruleUpdateLoop+0x338 的行号。相反,我看到了偏移量 0x338。我想这是某种装配偏移。是否可以使用windbg找到与此偏移量相对应的行号?