>>>>> Richard Henderson <rth@cygnus.com> writes: > On OSF/1 they do it by making the process context used by the > exception code the same as struct sigcontext that is passed into > the signal handler. Hmm, interesting. Unfortunately, sigcontext is not universal. In particular, Linux doesn't seem to have it. That could be fixed, of course... Jason