From owner-freebsd-current@FreeBSD.ORG Fri Dec 16 16:10:33 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DDE1106566C; Fri, 16 Dec 2011 16:10:33 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id E50B98FC0A; Fri, 16 Dec 2011 16:10:32 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id pBGGAVr5002489; Fri, 16 Dec 2011 17:10:31 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id pBGGAVTQ002488; Fri, 16 Dec 2011 17:10:31 +0100 (CET) (envelope-from marius) Date: Fri, 16 Dec 2011 17:10:31 +0100 From: Marius Strobl To: freebsd-current@freebsd.org, freebsd-sparc64@freebsd.org Message-ID: <20111216161031.GA2371@alchemy.franken.de> References: <20111216084048.GA98967@mech-cluster241.men.bris.ac.uk> <20111216103720.GA853@alchemy.franken.de> <20111216111922.GA99512@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111216111922.GA99512@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: sparc64 r228561 panic: kmem_suballoc: bad status return of 3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 16 Dec 2011 16:10:33 -0000 On Fri, Dec 16, 2011 at 11:19:22AM +0000, Anton Shterenlikht wrote: > On Fri, Dec 16, 2011 at 11:37:20AM +0100, Marius Strobl wrote: > > On Fri, Dec 16, 2011 at 08:40:48AM +0000, Anton Shterenlikht wrote: > > > Updating from r216048 to r228561 on sparc64, > > > with sys/conf/newvers.sh changed to REVISION="9.9". > > > > > > Trinscribed by hand: > > > > > > FreeBSD 9.9-CURRENT #3 r228561M: > > > > > > panic: kmem_suballoc: bad status return of 3 > > > KDB: enter: panic > > > [ thread pid 0 tid 0 ] > > > Stopped at 0x02937e0: ta %xcc,1 > > > db> > > > > > > The keyboard froze, couldn't get a bt, > > > required a cold reboot. > > > > > > My /etc/make.conf and kernel config files are below. > > > > > > Any advice? > > > > > > > Hrm, doesn't look like I can reproduce this. What machine model is > > that and how much RAM does it have? > > >From dmesg: > > real memory = 2147483648 (2048 MB) > avail memory = 2079449088 (1983 MB) > cpu0: Sun Microsystems UltraSparc-IIIi Processor (1503.00 MHz CPU) > > > Do you use any loader tuneables? > > I don't think so. You mean like /boot/loader.conf? > I haven't got this file at all. > Even with a Blade 1500, which is the closest match to your machine that I have, and a kernel built with your configuration file I can't reproduce this using r228583. I'd suggest to test with a kernel built using an empty object directory and without any local modifications. If that still doesn't solve the problem given that there isn't even a backtrace I just can suggest to do a binary search for the offending commit, probably accounting especially for the changes to the VM within the window of revisions in question. Marius