1.下载windbg

https://github.com/EasyDarwin/Tools/tree/master/Windbg_x86_x64

2.打开任务管理器,

64位服务器就打开64位任务管理器:C:\Windows\SysWOW64\taskmgr.exe

3.任务管理器进程上创建dump

4.打开windbg,设置 SRV*c:\symbols*http://msdl.microsoft.com/download/symbols

5.相关命令

 

 

.loadby sos clr
!runaway

**123  线程号
~123s
!clrstack

 

相关文章:

  • 2022-12-23
  • 2021-04-13
  • 2021-07-22
  • 2021-10-19
  • 2021-06-10
  • 2021-04-12
  • 2021-06-08
猜你喜欢
  • 2019-02-10
  • 2021-09-17
  • 2021-11-18
  • 2021-06-22
  • 2021-11-25
相关资源
相似解决方案