开发者社区 问答 正文

arthas有办法把死循环的线程干掉么?

arthas有办法把死循环的线程干掉么?

展开
收起
云上静思 2022-06-09 20:36:08 1813 分享 版权
1 条回答
写回答
取消 提交回答
  • 可以用ognl试一下:拿到线程对象,然后.stop() Thread.getAllStackTraces 找到线程,然后 interrupt

    此答案来自钉钉群“Arthas开源交流群”。

    2022-06-09 21:18:42
    赞同 展开评论