Signals

Posted by: schofiel

Signals - 26/06/2001 05:54

Can anyone say what the player application's behaviours are for:

- SIGHUP
- SIGINT
- SIGQUIT
- SIGKILL
- SIGTERM
- SIGALRM
- SIGUSR1 & 2
- SIGPWR

Additionally, are the behaviours set for BSD (self-recovering), or LINUX (defaulting) mode of operation?

One of the few remaining Mk1 owners... #00015
Posted by: fvgestel

Re: Signals - 26/06/2001 08:06

AFAICS, the player exits at all signals.
It acknowledges the signal by printing the signal number :

Abnormal player termination
Player received signal xx


Additionally, are the behaviours set for BSD (self-recovering), or LINUX (defaulting) mode of operation?

It seems the player app handles all signals as termination. Maybe that's a feature that's caused by the realtime scheduling.

Frank van Gestel

Edited by fvgestel on 26/06/01 06:10 PM.

Posted by: schofiel

Re: Signals - 26/06/2001 08:54

No, unforch that means there's no signal handlers installed and the signals are carrying out default BSD behaviour (KILL). Damn

One of the few remaining Mk1 owners... #00015