From owner-freebsd-amd64@FreeBSD.ORG Thu Nov 17 18:20:19 2005 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3E816A41F for ; Thu, 17 Nov 2005 18:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C255143D49 for ; Thu, 17 Nov 2005 18:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAHIKJN4046200 for ; Thu, 17 Nov 2005 18:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAHIKJef046199; Thu, 17 Nov 2005 18:20:19 GMT (envelope-from gnats) Date: Thu, 17 Nov 2005 18:20:19 GMT Message-Id: <200511171820.jAHIKJef046199@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Ivo Janssen Cc: Subject: Re: amd64/89202: Kernel crash when accessing filesystem X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ivo Janssen List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 18:20:20 -0000 The following reply was made to PR amd64/89202; it has been noted by GNATS. From: Ivo Janssen To: bug-followup@FreeBSD.org Cc: Subject: Re: amd64/89202: Kernel crash when accessing filesystem Date: Thu, 17 Nov 2005 12:11:12 -0600 (CST) More information: I recreated the filesystem without the huge -f (avg filesize) option, which we had initially set to 1Gb: # newfs -U -O2 -b 8192 -f 1024 # tunefs -e 20480 (10x the default) With the defaults of avg filesize of 16384, we don't see a crash. I then started playing with tunefs. Increasing the avg filesize to -f 16777216 (16Mb), we don't see a crash. Increasing the avg filesize to -f 33554432 (32Mb), we repro the crash. By the way, cvsup was performed at around Nov16 23:00 UTC, I can probably find the exact timestamp if needed. Ivo