crash
- 🌟朴英敏:用 crash 工具分析 Linux 内核死锁的一次实战
- crash 常用命令讲解
- 【调试】crash 使用方法
- crash-utility.github.io/help.html
- crash-utility.github.io/crash_whitepaper.html
查看线程组内的所有线程
bash
ps -g PID
list task_struct.thread_node -s task_struct.comm,pid -h ffff88012b98e040
1
2
3
2
3