[CentOS7] Segmentation fault (core dumped),但是在主机上找不到core文件

1、问题描述

程序执行报:Segmentation fault (core dumped),但是在主机上找不到core文件

2、如何让系统生成core file

/home>ulimit -a
core file size          (blocks, -c) 0            ------查看是因为现在了core文件的大小
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 32701
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 4096
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

要让主机产生core文件,我们可以设置core文件大小不限制,在shell终端执行命令:ulimit -c unlimited

这时core文件就可以生成了。

posted @ 2018-01-25 21:52  byjz  阅读(4844)  评论(0编辑  收藏  举报