From owner-freebsd-stable@FreeBSD.ORG Sat Sep 16 20:11:29 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 96CA816A407 for ; Sat, 16 Sep 2006 20:11:29 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17ACC43D49 for ; Sat, 16 Sep 2006 20:11:29 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k8GKBLD7061333; Sat, 16 Sep 2006 16:11:21 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Sat, 16 Sep 2006 16:09:28 -0400 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609161609.28528.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Sat, 16 Sep 2006 16:11:22 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1887/Sat Sep 16 14:37:01 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Frode Nordahl Subject: Re: RELENG_6 Livelock 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: Sat, 16 Sep 2006 20:11:29 -0000 On Saturday 16 September 2006 07:02, Frode Nordahl wrote: > Hello, > > FreeBSD localhost.localdomain 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE > #1: Wed Sep 13 00:10:04 CEST 2006 frode@localhost.localdomain:/ > usr/obj/usr/src/sys/PT i386 > > After running some stress tests for 3 days, I wanted to remove some > large directories. Do you have a coredump? I assume you do from your debug output. Can you download http://www.FreeBSD.org/~jhb/gdb/gdb6, fire up kgdb, and once in kgdb, do 'source /path/to/gdb6' and then run 'ps' and reply with the output from that? -- John Baldwin