Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!inuxc!pur-ee!uiucdcs!uxc.cso.uiuc.edu!uicsrd!kai From: kai@uicsrd.UUCP Newsgroups: comp.unix.wizards Subject: trapping cputime limit exceeded Message-ID: <43200004@uicsrd> Date: Thu, 4-Jun-87 22:25:00 EDT Article-I.D.: uicsrd.43200004 Posted: Thu Jun 4 22:25:00 1987 Date-Received: Sun, 7-Jun-87 19:36:21 EDT Lines: 7 Nf-ID: #N:uicsrd:43200004:000:314 Nf-From: uicsrd.CSRD.UIUC.EDU!kai Jun 4 21:25:00 1987 I need a method of trapping cputime limit exceeded. I am doing lots of testing and have to know if the program ended on it's own, or if it was killed because of too much cpu time. C-shell's onintr and Bourne shell's trap command don't seem to work with cputime limit exceeded (signal 24). Any useful suggestions?