今天在分析一个dmp时,要看CLR栈,习惯性输入.cordll -ve -u -l指令来加载sos扩展,结果报如下错误:

CLR DLL status: No load attempts

核对sos.dll版本后,发现版本是对的。突然想起上次执行.loadby sos clrjit报错(参考The call to LoadLibrary(C:\Windows\Microsoft.NET\Framework\v4.0.30319\sos) failed, Win32 error 0n193 "%1 不是有效的 Win32 应用程序。"),心想是不是同样的原因呢,看下Windbg标题栏,果然是同样的原因,用的是64位Windbg

 

赶紧输入.loadby sos clrjit,看看是不是会报上次同样的错误,

看来一定要细心,要不然会浪费时间。

标签: none

添加新评论