Ah Lam's Note: gdb stops at SIGPIPE

skip links for text browsers skip to main | skip to sidebar Ah Lam's Note I am a software developer working in Hong Kong. This blog is for sharing my 2 cents IT knowledge. google_ad_section_start(name=default) Thursday, December 14, 2006 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 folloing command in gdb: handle SIGPIPE nostop noprint pass Posted by Ah Lam at 10:03 PM Labels: programming Brian Taylor said... Thanks! This was useful information. 1:54 AM Brian Taylor said... This comment has been removed by the author. 1:55 AM Post a Comment google_ad_section_end Newer Post Ol...

Linked on 2015-02-13 17:11:32 | Similar Links