From owner-freebsd-current@FreeBSD.ORG Mon Jul 5 22:54:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B16116A4CE for ; Mon, 5 Jul 2004 22:54:08 +0000 (GMT) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166D143D68 for ; Mon, 5 Jul 2004 22:54:08 +0000 (GMT) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (mi@localhost [127.0.0.1]) by aldan.algebra.com (8.12.11/8.12.11) with ESMTP id i65Ms0r0012654 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 5 Jul 2004 18:54:01 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.12.11/8.12.11/Submit) id i65Mrg9R012643 for current@FreeBSD.org; Mon, 5 Jul 2004 18:53:46 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin To: current@FreeBSD.org Date: Mon, 5 Jul 2004 18:53:22 -0400 User-Agent: KMail/1.6.2 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" X-Mailman-Approved-At: Tue, 06 Jul 2004 12:00:25 +0000 Subject: unkillable process in physrd-sttae X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 22:54:08 -0000 As I was playing a DVD, the picture stopped and everything seemingly froze. I was able to login from another machine and look, what's happening. last pid: 61719; load averages: 0.01, 0.21, 0.56 up 0+02:06:15 18:47:36 65 processes: 1 running, 64 sleeping CPU states: 1.6% user, 0.0% nice, 0.8% system, 4.3% interrupt, 93.4% idle Mem: 56M Active, 106M Inact, 52M Wired, 17M Cache, 34M Buf, 6672K Free Swap: 2322M Total, 42M Used, 2280M Free, 1% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 61428 mi -8 0 28708K 21856K physrd 0:39 0.00% 0.00% mplayer 622 mi 76 0 148M 15456K select 0:36 0.00% 0.00% XFree86 693 mi 76 0 54848K 17136K select 0:22 0.00% 0.00% kdeinit 647 mi 76 0 25764K 12460K select 0:18 0.00% 0.00% kdeinit [...] As with the NFS-stuck processes of the bad old days, the physrd-stuck process is unkillable (including SIGKILL, of course) and will require me to reboot the whole machine... This is on -current from July 3rd. -mi