From owner-cvs-src@FreeBSD.ORG Sun Oct 3 15:10:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62CC216A4CE; Sun, 3 Oct 2004 15:10:00 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7128C43D2D; Sun, 3 Oct 2004 15:09:59 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i93F9PNi005288; Sun, 3 Oct 2004 09:09:25 -0600 (MDT) (envelope-from scottl@FreeBSD.org) Message-ID: <4160160A.7040402@FreeBSD.org> Date: Sun, 03 Oct 2004 09:08:58 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200410031323.i93DNnpb082575@repoman.freebsd.org> In-Reply-To: <200410031323.i93DNnpb082575@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 15:10:00 -0000 David Xu wrote: > davidxu 2004-10-03 13:23:49 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_sig.c > Log: > Don't bother to turn off other P_STOPPED bits for SIGKILL, doing > so would cause kernel to produce an unkillable process in some cases, > especially, P_STOPPED_SINGLE has a singling thread, turning off the > bit would mess the state. > > Revision Changes Path > 1.292 +1 -1 src/sys/kern/kern_sig.c Could this be responsible for the times where bash doesn't respond to ^C while processing a script?