摘要: Core Dump通过Core Dump是事后调试(postmortem debug)。首先把Core文件的大小设置为1024orisun@zcypc:~$ ulimit -c0orisun@zcypc:~$ ulimit -c 1024注意此修改仅在当前shell有效root@zcypc:/home/orisun# echo "/corefile/core-%e-%p-%t" > /proc/sys/kernel/core_pattern所有的core文件将会存放到/corefile中,文件名格式为:core-命令名-pid-时间戳我们写一个脚本来模拟Core Du 阅读全文
posted @ 2011-01-15 10:22 高性能golang 阅读(3346) 评论(0) 推荐(1) 编辑