Re: OT: signal and pipeline

2000-09-16 Thread Andreas Fuchs
Today, Andreas Huggel <[EMAIL PROTECTED]> wrote: > Why is the signal handler not invoked? What signal does myprog need to > look out for and is there a particular trick needed to catch it? Err. SIGPIPE? > Andreas regards, -- Andreas Stefan Fuchs in Real Life aka [

OT: signal and pipeline

2000-09-16 Thread Andreas Huggel
Hi, This one is for UNIX shell gurus. Pointers to a better forum for the question are most welcome. This is what is giving me a headache: I have a small program that only installs a signal handler for SIGHUP, SIGINT and SIGPIPE and then just loops over sleep(1); printf("hi\n"); fflush(stdout)