Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!jarthur!nntp-server.caltech.edu!gwoho From: gwoho@nntp-server.caltech.edu (g liu) Newsgroups: comp.unix.xenix.misc Subject: programs hangs, do i have to hit reset button? Message-ID: <1991Feb23.090056.1454@nntp-server.caltech.edu> Date: 23 Feb 91 09:00:56 GMT Organization: California Institute of Technology, Pasadena Lines: 19 i have a ibm at clone running xenix 2.0. suppose i run the following program in the foreground: main() { int i; for (i=0; i<30; i++) signal(i,(char *)1); for (;;); } will i have to turn off the computer in order to have the machine useful again? as far as i know, there is absolutly no job control on this machine. no way to send any signals from the keyboard except 2. i've run a few programs that just seem to hang, and a lot that ignore int2. how do i abort one? gwoho liu.