Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!menudo.uh.edu!svec5 From: svec5@menudo.uh.edu (T.C. Zhao) Newsgroups: comp.unix.programmer Subject: popen understood -- thanks Message-ID: <1991Jun20.195821.17627@menudo.uh.edu> Date: 20 Jun 91 19:58:21 GMT Sender: svec5@menudo.uh.edu (T.C. Zhao) Organization: University of Houston Lines: 11 Thanks to: J. Lee Ron Quinn Barry Margolin Dave Eisen broken pipe is supposed to terminate the program if signal SIGPIPE is not caught or ignored. For my aplication, a signal(SIGPIPE,SIG_IGN) with error checks on the returns of i/o operation works fine.