抓了一个dump包,想用windbg分析一下,但是使用!clrstack的时候提示:
Unable to walk the managed stack. The current thread is likely not a
managed thread. You can run !threads to get a list of managed threads in
the process.
该命令只能分析托管代码,对于.net core 程序使用哪些命令分析?
相关问题
- 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
相关文章
- WPF中click事件无效怎么解决
- memory leak Microsoft.Extensions.Logging asp.net c
- Skip()函数和Take()函数不起作用
- Entity Framework Core如何设置3个表联合查询(Join)
- ASP.NET Core 中如何通过 Response Header 返回容器 ID
- 新建.net core MVC 视图和控制器项目,运行时services.AddMvc()报错
- 单元测试的方法中,有对Redis进行数据增删改的操作,如何过滤掉方法内的Redis操作(避免影响实际
- .net core 巨大的请求量会报读取错误吗?如下
stackoverflow 上的回答: