From owner-freebsd-stable@freebsd.org Thu Nov 12 09:59:21 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAAAFA2BA50 for ; Thu, 12 Nov 2015 09:59:21 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7801C1E10 for ; Thu, 12 Nov 2015 09:59:21 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1Zwof0-000OEe-B5; Thu, 12 Nov 2015 12:59:18 +0300 Date: Thu, 12 Nov 2015 12:59:18 +0300 From: Slawa Olhovchenkov To: Eugene Grosbein Cc: freebsd-stable@freebsd.org Subject: Re: Unkillable process in STOP state Message-ID: <20151112095918.GU31314@zxy.spb.ru> References: <20151112001249.GI48728@zxy.spb.ru> <56441F06.5020001@grosbein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56441F06.5020001@grosbein.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 09:59:21 -0000 On Thu, Nov 12, 2015 at 12:09:26PM +0700, Eugene Grosbein wrote: > On 12.11.2015 07:12, Slawa Olhovchenkov wrote: > > I have amd64, STABLE r288167. > > > PID TID COMM TDNAME CPU PRI STATE WCHAN > > kill -STOP don't have effect. > > gdb can't be attached. > > That is expected, STOP-ed process cannot do anything, can't even die. > Use "kill -KILL", then "kill -CONT", so the KILL signal could be delivered and do the job. > > I am already do this, (plase read ""kill -CONT don't have effect). kill -KILL too.