From: sos AT prospect DOT com DOT ru (Sergey Okhapkin) Subject: RE: Signals in B18 13 May 1997 01:42:14 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <01BC5F93.FDBC0440.cygnus.gnu-win32@gater.krystalbank.msk.ru> Original-To: "'Giovanni Maruzzelli'" Original-Cc: "gnu-win32 AT cygnus DOT com" Encoding: 23 TEXT Original-Sender: owner-gnu-win32 AT cygnus DOT com Giovanni Maruzzelli wrote: > > > I'm having lot of troubles with signals. I mean, I would like to make my > > > apps react to signal like SIGTERM, SIGHUP, SIGKILL. > > These signals are supported on NT only. > > I forgot to say that I use NT 4.0 no service pack > What troubles with signals do you have? The simpliest way to check signal support is to run bash, enter trap "echo SIGINT" SIGINT and press Ctrl-C. Bash must complain about receiving SIGINT signal. This should work on both W95 and NT. Or run "kill -1 bash's PID" from within another window. The second case works on NT only. -- Sergey Okhapkin Moscow, Russia Looking for a job. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".