From owner-p4-projects@FreeBSD.ORG Thu Dec 7 10:41:11 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4FF6116A416; Thu, 7 Dec 2006 10:41:11 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28B6916A403; Thu, 7 Dec 2006 10:41:11 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E0543DBB; Thu, 7 Dec 2006 10:37:07 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.8/8.13.7) with ESMTP id kB7AbtxG039482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 Dec 2006 11:37:55 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.8/8.13.3/Submit) id kB7Abt0J039481; Thu, 7 Dec 2006 11:37:55 +0100 (CET) Date: Thu, 7 Dec 2006 11:37:55 +0100 From: Divacky Roman To: Alexander Leidinger Message-ID: <20061207103755.GA38924@stud.fit.vutbr.cz> References: <200612061323.kB6DNgsn098612@repoman.freebsd.org> <20061207080829.1vs0y9xxwsc8kkck@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061207080829.1vs0y9xxwsc8kkck@webmail.leidinger.net> User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.57 on 147.229.176.14 Cc: Roman Divacky , Perforce Change Reviews Subject: Re: PERFORCE change 111194 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 10:41:11 -0000 On Thu, Dec 07, 2006 at 08:08:29AM +0100, Alexander Leidinger wrote: > Quoting Roman Divacky (from Wed, 6 Dec 2006 > 13:23:42 GMT): > > >http://perforce.freebsd.org/chv.cgi?CH=111194 > > > >Change 111194 by rdivacky@rdivacky_witten on 2006/12/06 13:23:04 > > > > Add an XXX comment about signal delivery in linux_exit_group. > > We currently ignore sending a signal if SIGNAL_EXIT_GROUP is set > > condition. We dont even implement this flag.... > > What about a printf in case the flag is set? This way we should notice > if it is used somewhere. We could also correlate this with application > misbehavior. we dont even implement the functionality of the flag.. I quickly looked at the linux source and I dont understand much what its good for any when its set... looks like when coredumping etc.