[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emulating no-senders notifications in L4?
From: |
Thomas Bushnell, BSG |
Subject: |
Re: emulating no-senders notifications in L4? |
Date: |
21 Dec 2001 15:56:30 -0800 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Espen Skoglund <address@hidden> writes:
> [Thomas Bushnell]
> > Espen Skoglund <address@hidden> writes:
> >> If the handler doesn't do so the task will merely loop on
> >> generating exception, but this is not much different from a task
> >> going into an endless programmed loop.
>
> > Except that traditionally in Unix such tasks get blown away with
> > SIGILL, and we should do the same thing too.
>
> The default handler for a SIGILL would of course be to blow away the
> task (with a core dump), just like traditional Unix systems. The
> application may override this, though. For unmaskable signals
> (SIGKILL, SIGSTOP) the signal syscall implementation would have to
> send a message to the task server to kill/stop the task.
You're not quite right.
In BSD Unix, if you destroy the ability to even deliver signals, then
the SIGILL is sent untrappably and generates a core dump.
Thomas
- Re: emulating no-senders notifications in L4?, (continued)
- Re: emulating no-senders notifications in L4?, Marcus Brinkmann, 2001/12/20
- Re: emulating no-senders notifications in L4?, Jean Wolter, 2001/12/20
- Re: emulating no-senders notifications in L4?, Niels Möller, 2001/12/20
- Re: emulating no-senders notifications in L4?, Marcus Brinkmann, 2001/12/20
- Re: emulating no-senders notifications in L4?, Roland McGrath, 2001/12/20
- Re: emulating no-senders notifications in L4?, Thomas Bushnell, BSG, 2001/12/20
- Re: emulating no-senders notifications in L4?, Thomas Bushnell, BSG, 2001/12/20
- Re: emulating no-senders notifications in L4?, Espen Skoglund, 2001/12/21
- Re: emulating no-senders notifications in L4?, Thomas Bushnell, BSG, 2001/12/21
- Re: emulating no-senders notifications in L4?, Espen Skoglund, 2001/12/21
- Re: emulating no-senders notifications in L4?,
Thomas Bushnell, BSG <=
- Re: emulating no-senders notifications in L4?, Ondrej Hurt, 2001/12/20
- Re: emulating no-senders notifications in L4?, Jean Wolter, 2001/12/20
- Re: emulating no-senders notifications in L4?, Thomas Bushnell, BSG, 2001/12/20
- Re: emulating no-senders notifications in L4?, Espen Skoglund, 2001/12/21
- Re: emulating no-senders notifications in L4?, Thomas Bushnell, BSG, 2001/12/21
- Re: emulating no-senders notifications in L4?, Espen Skoglund, 2001/12/21
- Re: emulating no-senders notifications in L4?, Thomas Bushnell, BSG, 2001/12/21
- Re: emulating no-senders notifications in L4?, Espen Skoglund, 2001/12/21
- Re: emulating no-senders notifications in L4?, Thomas Bushnell, BSG, 2001/12/21
- Re: emulating no-senders notifications in L4?, Ondrej Hurt, 2001/12/23