linux core开启设置

ulimit -c unlimited

ulimit -HSn 1024000
echo "%e.core" > /proc/sys/kernel/core_pattern
测试
kill -9 $$
kill -s SIGSEGV $$