使用GDB。

gdb -batch -ex bt -p 1234

其中1234为进程id

可以打印出来信息,看程序停在什么地方。

运行strace,

strace -s 99 -ffp 12345
进程ID为12345。这将向您显示该程序正在执行的所有系统调用。

本文链接地址:https://const.net.cn/449.html

标签: none

添加新评论