Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2006 13:42:04 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Ivan Kolosovskiy <agava-develop@yandex.ru>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Strange process
Message-ID:  <20060215194204.GC70956@dan.emsphone.com>
In-Reply-To: <1140027060.83368.11.camel@r4.agava-guns.domain>
References:  <1140027060.83368.11.camel@r4.agava-guns.domain>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060215194204.GC70956>