Comment 53 for bug 115283

Revision history for this message
Brian Downing (bd-launchpad) wrote :

Saïvann:

SIGPIPE is a normal signal. If you want to be running X under gdb, you should probably run this command in gdb:

"handle SIGPIPE nostop noprint pass"

to ignore SIGPIPE and pass it through to the slave program. Otherwise you'll have false "crashes" that are just the result of hitting the debugger.