1.定位进程 top 2.定位线程: top -Hp 5883(进程 PID=5883) 3.定位代码: printf %x 31256 (转为16进制) jstack 5883(进程) |grep -A 200 7a18 相关文章: