Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!husc6!mit-eddie!eric From: eric@eddie.MIT.EDU (Eric Van Tassell) Newsgroups: comp.unix.wizards Subject: signal handling,c-shell,hp840 Message-ID: <7649@eddie.MIT.EDU> Date: 13 Dec 87 04:45:26 GMT Organization: MIT EE/CS Computer Facility, Cambridge, MA Lines: 18 Posting-Front-End: GNU Emacs 18.41.3 of Wed Apr 15 1987 on eddie (berkeley-unix) Ok, c-shell/bsd-wizards I give up. suppose you have a binary foo who does a signal(SIGINT,mysighndlr) and the following script. foo.csh: foo in other words foo.csh merely calls foo. Why does the parent c-shell catch the ^C and terminate foo instead of letting mysighndlr handle it? How do I enable my application to handle the signal? Please email. Oh yeah the system involved is an HP9000/840 running HP-UX. Thanks in advance! eric@eddie.mit.edu