Mail Archives: djgpp/1999/02/02/09:05:28
On Tue, 2 Feb 1999, Paul Derbyshire wrote:
> What exactly are the purposes of the following signals? Once again the
> (2.01) info files are not clear about them.
Upgrade to v2.02.
> SIGKILL    -- Does this pop upwhen a process receives kill()?
Yes.  But in DJGPP, a program can only kill() itself, it cannot kill 
another program.
> SIGQUIT    -- ???
Pressing Ctrl-\ (in v2.02) generates it.
> SIGTERM    -- ???
Not used in DJGPP.
> SIGILL     -- ???
Illegal machine instruction.  Generated by the CPU (e.g. the Invalid 
Opcode exception).
- Raw text -