NetBSD Problem Report #36783

From martin@duskware.de  Wed Aug 15 08:46:52 2007
Return-Path: <martin@duskware.de>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id 2709E63B8EA
	for <gnats-bugs@gnats.netbsd.org>; Wed, 15 Aug 2007 08:46:52 +0000 (UTC)
Message-Id: <20070815025401.C7B9E63B8EA@narn.NetBSD.org>
Date: Wed, 15 Aug 2007 02:54:01 +0000 (UTC)
From: blair.sadewitz@gmail.com
Reply-To: blair.sadewitz@gmail.com
To: netbsd-bugs-owner@NetBSD.org
Subject: system panics under certain conditions when mounting a fileystem with fragsize > 2048
X-Send-Pr-Version: www-1.0

>Number:         36783
>Category:       kern
>Synopsis:       system panics under certain conditions when mounting a fileystem with fragsize > 2048
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 15 08:50:00 +0000 2007
>Originator:     Blair Sadewitz
>Release:        4.99.28
>Organization:
>Environment:
NetBSD/amd64 4.99.28
>Description:
Under certain conditions which I've yet to fully narrow down, the kernel will panic with the message:

pool_get: lfsbpppl: page empty

I can't capture the trace, but it goes like this:

lfs_mountfs() -> lfs_order_freelist() -> lfs_seglock() -> pool_get()

Looking at the code in lfs_mountfs, lfs_setup_resblks is called--and then later in the same functions, lfs_order_freelist() is called.  Both of those functions use the lfsbpppl pool.

Thusfar I've only been able to reproduce this under certain conditions, namely a filesystem size greater than ~64GB and block/frag sizes of 65536/8192 and 32768/4096.



>How-To-Repeat:
On a large (greater than 64GB, definitely 160GB+ should do it) slice, run:

newfs_lfs -A -b65536 -f8192 device

Now, mount it.  Observe panic. 
>Fix:
Sorry, beyond my comprehension, I think. Is there some sort of overflow happening?  *Is* bpp small? ;)

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.