Date: Tue, 2 Feb 1999 12:03:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: Clarification re: signals In-Reply-To: <3.0.6.32.19990202002923.008bd370@pop.netaddress.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com 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).