From owner-freebsd-current@FreeBSD.ORG Tue Sep 2 21:10:19 2003 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 3033016A4C2 for ; Tue, 2 Sep 2003 21:10:19 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA3D43FB1 for ; Tue, 2 Sep 2003 21:10:13 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h834ACU76964 for ; Wed, 3 Sep 2003 00:10:12 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Wed, 3 Sep 2003 00:10:12 -0400 (EDT) From: Jeff Roberson To: current@freebsd.org Message-ID: <20030903000835.T12093-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: softupdates panics fixed. 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: Wed, 03 Sep 2003 04:10:19 -0000 I found the bug that I introduced around the 29th of august. It is fixed in ffs_softdep.c rev 1.143. Truely, most of the leg work was done by tegge. I just produced and tested a patch. This completes a buildworld with 128M of memory now, whereas before it just completed with 64m and 512m. perhaps only by chance. Cheers, Jeff