1. echo "ulimit -c 1024" >> /etc/profile / ulimit -c unlimited
2.echo 1 > /proc/sys/kernel/core_uses_pid
3.echo "/tmp/corefile-%e-%p-%t" > /proc/sys/kernel/core_pattern
设置生成的 core 文件保存在 “/tmp/corefile” 目录下,文件名格式为 “core-命令名-pid-时间戳”
4.gdb exefile core-file
时间: 2024-12-15 15:50:10