From owner-freebsd-questions@FreeBSD.ORG Mon Mar 23 18:32:13 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 143DD984 for ; Mon, 23 Mar 2015 18:32:13 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1.freebsd.org (Postfix) with ESMTP id F065F8ED for ; Mon, 23 Mar 2015 18:32:12 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id 16CAF1862152 for ; Mon, 23 Mar 2015 11:32:28 -0700 (PDT) Date: Mon, 23 Mar 2015 11:32:12 -0700 (MST) From: BBlister To: freebsd-questions@freebsd.org Message-ID: <1427135532406-5999436.post@n5.nabble.com> In-Reply-To: <5510594B.6010602@gmail.com> References: <1427109169038-5999345.post@n5.nabble.com> <1427134474819-5999426.post@n5.nabble.com> <5510594B.6010602@gmail.com> Subject: Re: Un-kill-able process hang at umtxpi state with 100% cpu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2015 18:32:13 -0000 The process named c1 in the home directory of that student, had an accompanied c1.c file that actually is one that spawn many working pthreads and synchronizes them at the end. I executed by a normal user and nothing strange happened. So I assume that was a rare timing issue/race condition that triggered this error. I will have to upgrade of course to 9.3 in order to rule out old problems. So, the takeaway of this is that sometimes when kill -KILL does not work, kill -STOP may do the job :) -- View this message in context: http://freebsd.1045724.n5.nabble.com/Un-kill-able-process-hang-at-umtxpi-state-with-100-cpu-tp5999345p5999436.html Sent from the freebsd-questions mailing list archive at Nabble.com.