Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!zephyr.ens.tek.com!tektronix!sequent!mntgfx!gssc!subra From: subra@gssc.UUCP (Subra Maniam) Newsgroups: comp.unix.wizards Subject: signal stack Message-ID: <6026@gssc.UUCP> Date: 15 Sep 89 22:08:15 GMT Reply-To: subra@gssc.UUCP (Subra Maniam) Distribution: usa Organization: Graphic Software Systems, Beaverton Or Lines: 14 Can somebody list out the possible situations where the usage of a separate stack for a signal handler is helpful? I can think of two possible situations where it may be useful. 1) some kind of thread management within a process. 2) some debugger routine which is part of the same process. But my ideas are vague and in any case I am not sure if there is a situation where the absence of this facility will be really felt? I will be thankful if someone can throw some light. ---------------------------------------------------------------------------