(1)使用pstack
(2)调试core文件
- # gdb ./segment core
(3)使用strace
strace -tt -f -s 1234 -o /tmp/strace.cwc -p pidnum
(1)使用pstack
(2)调试core文件
(3)使用strace
strace -tt -f -s 1234 -o /tmp/strace.cwc -p pidnum
598
1902
6651

被折叠的 条评论
为什么被折叠?