Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!apple!altos!megadon!clp From: dondorp@fwi.uva.nl (Erwin Dondorp (I84)) Newsgroups: comp.unix Subject: setjmp on a signal Keywords: setjmp,signal Message-ID: <2123@megadon.UUCP> Date: 9 Oct 90 22:10:25 GMT Sender: clp@megadon.UUCP Followup-To: poster Organization: Faculty of Mathematics & Computer Science Lines: 9 Approved: clp@megadon.UUCP Return-Path: Hello all, I've got a problem (again) I want to change the program counter of my program on an interrupt, I used setjmp and even assembly to achieve this but when one does not return from a signal, any further signal of that type will be ignored. Is there a way so that a program works normal if one does NOT return from a signal interrupt handler? Thanks, Erwin