码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu打开core dump

时间:2015-04-17 17:38:14      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:

输入ulimit -a

如果core file size为0,那就说明没有打开core dump,尽管你的程序crash的时候会显示core dumped,但实际上不会生成core file

输入ulimit -c 1024即可,其中1024是生成的core file的最大大小。这个值可以根据实际情况调整

 

参考资料:

http://blog.csdn.net/scholar_ii/article/details/7716625

http://www.ibm.com/developerworks/cn/linux/sdk/gdb/index.html

Ubuntu打开core dump

标签:

原文地址:http://www.cnblogs.com/qrlozte/p/4435065.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!