打开coredump生成功能
ulimit -c unlimited
查看core文件位置
cat /proc/sys/kernel/core_pattern
使用gdb调试
gdb -c core文件 程序