Windbg - !clrstack

杀马特。学长 韩版系。学妹 提交于 2019-12-24 08:39:03

问题


I'm attempting to debug a manual dump file of a 64bit w3wp process with 64bit Windbg (Version 6.10). The dump was taken with taskmgr. I can't get anything from the !clrstack command. Here is what I'm getting:

!loadby sos clr

!runaway

User Mode Time
  Thread       Time
  17:cf4       0 days 5:37:42.455

~17s

ntdll!ZwDelayExecution+0xa:

00000000`776208fa c3 ret

!clrstack

GetFrameContext failed: 1

What is GetFrameContext failed: 1?


回答1:


Use !dumpstack command instead of !clrstack. It usually works.




回答2:


Try getting the "native" call stack by doing "k" and see what that gets you. Sometimes, the stack isn't quite right and the !ClrStack extension is pretty sensitive.



来源:https://stackoverflow.com/questions/22316393/windbg-clrstack

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!