This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


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

Re: insight/40


The following reply was made to PR insight/40; it has been noted by GNATS.

From: Fernando Nasser <fnasser@cygnus.com>
To: ken@kenm.demon.co.uk, insight-gnats@sourceware.cygnus.com,
        nobody@sourceware.cygnus.com
Cc:  
Subject: Re: insight/40
Date: Fri, 06 Oct 2000 23:44:18 +0000

 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=40&database=insight
 
 Hi Ken,
 
 I looked at child_stop() and it does not have the line you mentioned.  Here is what
 is in there (it is like this since 1999):
 
 /* Send a SIGINT to the process group.  This acts just like the user typed a
    ^C on the controlling terminal.
 
    XXX - This may not be correct for all systems.  Some may want to use
    killpg() instead of kill (-pgrp). */
 
 static void
 child_stop (void)
 {
   extern pid_t inferior_process_group;
 
   kill (-inferior_process_group, SIGINT);
 }
 
 
 Would you mind double checking what you had before and after?
 
 Thansk for you help.
 
 Regards,
 Fernando
 
 
 
 -- 
 Fernando Nasser
 Red Hat Canada Ltd.                     E-Mail:  fnasser@cygnus.com
 2323 Yonge Street, Suite #300
 Toronto, Ontario   M4P 2C9

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