windbg 分析 .net 的dump文件我的执行步骤如下
1.file 选项下设置符号变量srvc:\symbolshttp://msdl.microsoft.com/download/symbols
- .loadby sos
- !sym noisy .cordll -ve -u -l
- !runaway
5.切换到占用cpu时间最多的线程 ~18s
6.查看堆栈!clrstack
7.出错信息如下
0:018> !clrstack
OS Thread Id: 0x7658 (18)
Child SP IP Call Site
GetFrameContext failed: 1
00000000 00000000
这个怎么解释呢,求解答
相关问题
- Analyzing Outlook HANG dump (with GoogleCalendarSy
- How to debug static dependency loading problems?
- windbg dump command fails with error 0x8007012b
- Determining which method is holding a ReaderWriter
- Crash dump with unknown origin
相关文章
- Is my heap fragmented
- Specifying a command line for Windbg's Open Ex
- CDB command for setting a breakpoint based on a li
- Finding which function allocated a heap based on a
- Is 0x0000ffff the default load count of a dll in w
- sos.dll usage in visual studio 2013
- Debug a .NET dump using windbg
- Are there any WinDBG replacements with a better GU
试试 https://q.cnblogs.com/q/98872/ 中的方法