一个段错误调试

ulimit -a
409 ulimit -c unlimited
410 pwd
411 ./qspider_daemon /home/publish/projects/gsps/conf/qspider.cfg finance
412 ls -lrth
413 gdb qspider_daemon core.28856

发现是因为写入的那个文件太大

原文地址:https://www.cnblogs.com/gaohuag/p/2825961.html