From owner-freebsd-stable@FreeBSD.ORG Fri Oct 20 00:46:59 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 6AFDC16A40F for ; Fri, 20 Oct 2006 00:46:59 +0000 (UTC) (envelope-from kaakun@highway.ne.jp) Received: from mx.highway.ne.jp (pip8.gate01.com [61.122.117.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C87543D5F for ; Fri, 20 Oct 2006 00:46:57 +0000 (GMT) (envelope-from kaakun@highway.ne.jp) Received: from [219.0.96.106] (helo=[192.168.11.21]) by pop11.isp.us-com.jp with esmtp (Mail 4.20) id 1GaiXH-0004wp-Ox; Fri, 20 Oct 2006 09:46:55 +0900 Message-ID: <45381C2E.9090200@highway.ne.jp> Date: Fri, 20 Oct 2006 09:45:34 +0900 From: Kazuaki ODA User-Agent: Thunderbird 1.5.0.7 (X11/20061019) MIME-Version: 1.0 To: Kris Kennaway References: <4538009D.6030400@highway.ne.jp> <20061019225256.GA38237@xor.obsecurity.org> <45380D57.9040302@highway.ne.jp> <20061019234539.GA38985@xor.obsecurity.org> <45381689.1000101@highway.ne.jp> <20061020003448.GA39740@xor.obsecurity.org> In-Reply-To: <20061020003448.GA39740@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ps locks up on 6.2-PRERELEASE SMP 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: Fri, 20 Oct 2006 00:46:59 -0000 Kris Kennaway wrote: > On Fri, Oct 20, 2006 at 09:21:29AM +0900, Kazuaki ODA wrote: > >> I tried again, and pressed Ctrl + Alt + Esc to go into DDB. Here is the >> result: >> >> >> KDB: enter: manual escape to debugger >> [thread pid 17 tid 100012 ] >> Stopped at kdb_enter+0x2b: nop >> db> ps >> pid ppid pgrp uid state wmesg wchan cmd >> 957 934 957 1001 S+ devfs 0xc4f00058 ps >> 953 1 945 1001 S+ devfs 0xc799c46c ls >> 952 1 943 1001 S+ devfsmou 0xc4ebddc0 ls > > Yep, devfs as I suspected. > > Keep an eye on the commit logs for when kib@ merges his fix. > > Kris Thanks. I'll test again after the fix is merged into RELENG_6, and post the result. -- Kazuaki ODA