标签:echo sys linux file roc 文件名 mit 存在 pid
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
标签:echo sys linux file roc 文件名 mit 存在 pid
原文地址:http://www.cnblogs.com/thinker-man/p/7286382.html