Mail Archives: cygwin/1997/05/13/01:42:14
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".
- Raw text -