From owner-freebsd-stable@FreeBSD.ORG Thu Oct 19 22:49:21 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 9682E16A403 for ; Thu, 19 Oct 2006 22:49:21 +0000 (UTC) (envelope-from kaakun@highway.ne.jp) Received: from mx.highway.ne.jp (pip7.gate01.com [61.122.117.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5378643D46 for ; Thu, 19 Oct 2006 22:49:20 +0000 (GMT) (envelope-from kaakun@highway.ne.jp) Received: from [219.0.96.106] (helo=[192.168.11.21]) by pop12.isp.us-com.jp with esmtp (Mail 4.20) id 1GaghT-0005kH-Bz for freebsd-stable@freebsd.org; Fri, 20 Oct 2006 07:49:19 +0900 Message-ID: <4538009D.6030400@highway.ne.jp> Date: Fri, 20 Oct 2006 07:47:57 +0900 From: Kazuaki ODA User-Agent: Thunderbird 1.5.0.7 (X11/20061019) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: 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: Thu, 19 Oct 2006 22:49:21 -0000 Hi, I ran the following two scripts simultaneously on 6.2-PRERELEASE SMP box (cvsup'ed today). ---------------------------------------- #!/bin/sh while true; do ls -lR / > ls_result.txt done ---------------------------------------- ---------------------------------------- #!/bin/sh while true; do ls -lR / > ls_result2.txt done ---------------------------------------- After a while (about 5 minutes), I suspended and killed the both, and ran "ps". As the result, "ps" locked up. No response and no output. To make matters worse, I could not login anymore... This is 100% reproducable on SMP, but no problem when using Non-SMP kernel. -- Kazuaki ODA