Subject: Re: Fault address in signal handler
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: port-i386
Date: 06/20/2002 14:31:13
Jason R Thorpe <thorpej@wasabisystems.com> writes:

> On Thu, Jun 20, 2002 at 10:09:34AM +0200, Jaromir Dolecek wrote:
> 
>  > We don't have infrastructure for SA_SIGINFO yet. It would be cool
>  > to do what Robert Swindells suggest at least, until SA_SIGINFO
>  > support would arrive.
> 
> The nathanw_sa branch has a lot of the SA_SIGINFO infrastructure, and
> we're planning on pulling that down to the trunk pretty soon.

Er, it has a bunch of relevant type definitions, which were convenient
for the scheduler activations stuff to use, but it doesn't have any
actual infrastructure for delivering SA_SIGINFO signals, especially to
non-threaded programs.

        - Nathan