This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Signals in B18


On Tue, 13 May 1997, Sergey Okhapkin wrote:

> 
> 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.
> 
> 

Hi,

I was trying something more: a server fork some children, and I was
needing a way to signaling all them (like killpg, or kill -getpid()).

Also, how about the other signals? (HUP, TERM, etc?)

But now I have less need of them.

ciao,

-giovanni
 
          ***********************************************
          *                                             *
          *                                             *
          *    MATRICE srl                              *
          *    Information Technology Solutions         *
          *                                             *
          *    Giovanni Maruzzelli                      *
          *                                             *
          *                                             *
          *                                             *
          *    maruzz@matrice.it                        *
          *    http://www.matrice.it                    *
          ***********************************************

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]