Windbg - !clrstack [英] Windbg - !clrstack

查看:36
本文介绍了Windbg - !clrstack的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用 64 位 Windbg(版本 6.10)调试 64 位 w3wp 进程的手动转储文件.转储是用 taskmgr 进行的.我无法从 !clrstack 命令中获得任何信息.这是我得到的:

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

什么是GetFrameContext failed: 1?

推荐答案

使用 !dumpstack 命令代替 !clrstack.它通常有效.

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

这篇关于Windbg - !clrstack的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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