linux core-dump生成
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux core-dump生成相关的知识,希望对你有一定的参考价值。
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
以上是关于linux core-dump生成的主要内容,如果未能解决你的问题,请参考以下文章
mongodb.service:在 Arch Linux 中失败,结果为 'core-dump'