1

I am using gdb to debug a process which runs in my m/c. I have attched the process to gdb and using breakpoints at various places to flow through the code. However, before I can reach anything useful, the process gets killed by the SIGPIPE signal. Is there any way I can prevent this using gdb so that I can continue my debugging session using GDB ?

1 Answer 1

2

handle SIGPIPE nostop

Debugging with GDB - Signals

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.