Chinaunix首页 | 论坛 | 博客
  • 博客访问: 749613
  • 博文数量: 116
  • 博客积分: 923
  • 博客等级: 准尉
  • 技术积分: 1635
  • 用 户 组: 普通用户
  • 注册时间: 2011-10-06 21:43
个人简介

一直帮老板搬运代码!!!

文章分类
文章存档

2013年(47)

2012年(69)

分类: LINUX

2013-01-24 15:33:32

GDB: Program received signal SIGPIPE, Broken pipe. 

By default, gdb captures SIGPIPE of a process and pauses it. However, some program ignores SIGPIPE. So, the default behavour of gdb is not desired when debugging those program. To avoid gdb stopping in SIGPIPE, use the following command in gdb:

handle SIGPIPE nostop noprint pass


阅读(1322) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~