From owner-freebsd-stable@FreeBSD.ORG Thu Oct 19 22:53:04 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 A46FC16A403 for ; Thu, 19 Oct 2006 22:53:04 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 132ED43D69 for ; Thu, 19 Oct 2006 22:52:58 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id DFF6B1A3C1A; Thu, 19 Oct 2006 15:52:57 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E494151D02; Thu, 19 Oct 2006 18:52:56 -0400 (EDT) Date: Thu, 19 Oct 2006 18:52:56 -0400 From: Kris Kennaway To: Kazuaki ODA Message-ID: <20061019225256.GA38237@xor.obsecurity.org> References: <4538009D.6030400@highway.ne.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <4538009D.6030400@highway.ne.jp> User-Agent: Mutt/1.4.2.2i 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: Thu, 19 Oct 2006 22:53:04 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 20, 2006 at 07:47:57AM +0900, Kazuaki ODA wrote: > Hi, >=20 > I ran the following two scripts simultaneously on 6.2-PRERELEASE SMP box > (cvsup'ed today). >=20 > ---------------------------------------- > #!/bin/sh >=20 > while true; do > ls -lR / > ls_result.txt > done > ---------------------------------------- >=20 > ---------------------------------------- > #!/bin/sh >=20 > while true; do > ls -lR / > ls_result2.txt > done > ---------------------------------------- >=20 > 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... >=20 > This is 100% reproducable on SMP, but no problem when using Non-SMP kerne= l. What state is ps in? Press ^T. It's probably a devfs lockup, which should be fixed by changes yet to be merged. Kris --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFOAHGWry0BWjoQKURAm0hAJsE93NBC1GVV/4bbm9aCTfhrsLOhACeNlKq iruCC6DgrBsbv4FcnL9U2hE= =lDlm -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy--