From owner-freebsd-current Mon Apr 15 16:53:35 2002 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id CB5CD37B400; Mon, 15 Apr 2002 16:53:24 -0700 (PDT) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.12.2/8.12.2) with ESMTP id g3FNrOZG017861; Mon, 15 Apr 2002 16:53:24 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.12.2/8.12.2/Submit) id g3FNrO5C017860; Mon, 15 Apr 2002 16:53:24 -0700 (PDT) Date: Mon, 15 Apr 2002 16:53:24 -0700 (PDT) From: David Wolfskill Message-Id: <200204152353.g3FNrO5C017860@bunrab.catwhisker.org> To: current@FreeBSD.ORG, david@catwhisker.org Subject: Re: Panic (swp_pager_meta_ctl+0x67) in today's -CURRENT Cc: jeff@FreeBSD.ORG In-Reply-To: <200204152247.g3FMlWlb017721@bunrab.catwhisker.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Date: Mon, 15 Apr 2002 15:47:32 -0700 (PDT) >From: David Wolfskill >Have had a touch more turbulence than usual in -CURRENT-land today. >Finally got it built; re-booted, and got the following panic while >setting up an md-resident file system (for /tmp): [Panic stuff elided...] I was able to rebuild a kernel after backing src/sys/kern/kern_malloc.c from rev. 1.99 to 1.98; once I did that, constructing the md-resident /tmp works fine: freebeast(5.0-C)[1] uname -a FreeBSD freebeast.catwhisker.org 5.0-CURRENT FreeBSD 5.0-CURRENT #51: Mon Apr 15 16:36:21 PDT 2002 root@freebeast.catwhisker.org:/common/S4/obj/usr/src/sys/FREEBEAST i386 freebeast(5.0-C)[2] df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s4a 158767 92062 54004 63% / devfs 1 1 0 100% /dev /dev/ad0s4e 1872759 718180 1004759 42% /usr /dev/ad0s4h 27728233 9500972 16009003 37% /common /dev/ad0s4g 2032839 487178 1383034 26% /var procfs 4 4 0 100% /proc /dev/md10c 492972 4 453532 0% /tmp freebeast(5.0-C)[3] Since I'm running with INVARIANTS, I suppose that this was a demonstration of the truth of: ... The intent of this code is to gather statistics for tuning the malloc bucket sizes. It is not intended to be run with INVARIANTS and it is not entirely mp safe. It can be enabled via 'options MALLOC_PROFILE' which was commited earlier. --- Hmmm.... Cheers, david (links to my resume at http://www.catwhisker.org/~david) -- David H. Wolfskill david@catwhisker.org Based on my experience as a computing professional, I consider the use of Microsoft products as components of computing systems to be just as advisable as using green wood to frame a house... and expect similar results. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message