2
votes
3answers
603 views
Broken pipe no longer ends programs ?
When you pipe two process and kill the one at the "output" of the pipe, the first process used to receive the "Broken Pipe" signal, which usually terminated it aswell. E.g. running
…
2
votes
3answers
358 views
What makes a pthread defunct ?
i'm working with a multi-threaded program (using pthreads) that currently create a background thread (PTHREAD_DETACHED) and then invokes pthread_exit(0). My problem is that the process is then list …
0
votes
Broken pipe no longer ends programs ?
Thanks for your advices, the solution is getting closer...
According to the manpage of tcsh, "non-login shells inherit the terminate behavior from their parents. Other signals have the va …
