From owner-freebsd-stable@FreeBSD.ORG Thu Aug 1 19:22:25 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E5326B7; Thu, 1 Aug 2013 19:22:25 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA40C2611; Thu, 1 Aug 2013 19:22:24 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.7/8.14.7/ALCHEMY.FRANKEN.DE) with ESMTP id r71JMMbh000541; Thu, 1 Aug 2013 21:22:22 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.7/8.14.7/Submit) id r71JMMk4000540; Thu, 1 Aug 2013 21:22:22 +0200 (CEST) (envelope-from marius) Date: Thu, 1 Aug 2013 21:22:22 +0200 From: Marius Strobl To: Adrian Chadd Subject: Re: i386/179112: 9.1 installer panics with a kmem_malloc() failure on i386 embedded systems Message-ID: <20130801192222.GV56034@alchemy.franken.de> References: <201308011322.r71DMlPO089919@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-stable@freebsd.org, msa@latt.net X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 19:22:25 -0000 On Thu, Aug 01, 2013 at 07:48:21AM -0700, Adrian Chadd wrote: > Did the kmem_size_scale parameter get changed too? Not AFAICT. > > Did you test this on 128mb or 256mb of RAM (in a VM will do) to see if > you still panic shortly after boot? Yup; I've built a snapshot from r253860 which can be downloaded here: http://people.freebsd.org/~marius/re/FreeBSD-9.2-BETA2-i386/ and installs fine here in a VM having 128 MB of RAM. > Doing any kind of file/net IO > quickly leads to death. That's a very vague description of a test case. At least extracting the six release tarballs is no longer a problem, though. Marius