From owner-freebsd-stable@FreeBSD.ORG Thu Feb 16 08:31:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0AA16A420 for ; Thu, 16 Feb 2006 08:31:06 +0000 (GMT) (envelope-from agava-develop@yandex.ru) Received: from mx18.yandex.ru (mx18.yandex.ru [213.180.200.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7436043D46 for ; Thu, 16 Feb 2006 08:31:05 +0000 (GMT) (envelope-from agava-develop@yandex.ru) Received: from guns.agava.net ([81.200.14.42]:39935 "EHLO r4.agava-guns.domain" smtp-auth: "agava-develop" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S2509614AbWBPIas (ORCPT ); Thu, 16 Feb 2006 11:30:48 +0300 X-Comment: RFC 2476 MSA function at mx18.yandex.ru logged sender identity as: agava-develop From: Ivan Kolosovskiy To: Dan Nelson In-Reply-To: <20060215194204.GC70956@dan.emsphone.com> References: <1140027060.83368.11.camel@r4.agava-guns.domain> <20060215194204.GC70956@dan.emsphone.com> Content-Type: text/plain; charset=koi8-r Date: Thu, 16 Feb 2006 11:30:47 +0300 Message-Id: <1140078647.793.0.camel@r4.agava-guns.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re: Strange process X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 16 Feb 2006 08:31:06 -0000 В ср, 15/02/2006 в 13:42 -0600, Dan Nelson пишет: > In the last episode (Feb 15), Ivan Kolosovskiy said: > > i have strange deadlocked(?) process on my system. > > > > top: > > > > PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND > > 38410 findfile 1 96 0 0K 0K START 0 0:00 0.00% grotty > > > > ps: > > > > host$ ps -waux | grep grotty > > findfile 38410 0,0 0,0 0 0 p6 REJ 19:57 0:00,25 [grotty] > > E in the STAT column means the process is trying to exit, but can't. > What does "ps lp 38410" print? The MWCHAN column should say where in > the kernel the process is stuck. > host$ ps lp 38410 UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND prints nothing :(