From owner-cvs-src@FreeBSD.ORG Fri Jun 17 06:39:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 898AF16A41C; Fri, 17 Jun 2005 06:39:18 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6271043D49; Fri, 17 Jun 2005 06:39:18 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5H6dEXH001366; Thu, 16 Jun 2005 23:39:14 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5H6dEj0001365; Thu, 16 Jun 2005 23:39:14 -0700 (PDT) (envelope-from obrien) Date: Thu, 16 Jun 2005 23:39:14 -0700 From: "David O'Brien" To: Alan Cox Message-ID: <20050617063914.GA1097@dragon.NUXI.org> References: <200506161706.j5GH6YgW038252@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506161706.j5GH6YgW038252@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_int.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2005 06:39:18 -0000 On Thu, Jun 16, 2005 at 05:06:34PM +0000, Alan Cox wrote: > alc 2005-06-16 17:06:34 UTC > > FreeBSD src repository > > Modified files: > sys/vm uma_int.h > Log: > Increase UMA_BOOT_PAGES to prevent a crash during initialization. See > http://docs.FreeBSD.org/cgi/mid.cgi?42AD8270.8060906 for a detailed > description of the crash. Today, I finally got a traceback of my insta-reboots after marius' atkbd commit (2005-06-10 20:56:38 UTC) and it was exactly this same traceback. Funny that such an innocuous commit started causing my 'i386' workstation to panic. We were that much on the edge of having enough UMA_BOOT_PAGES? Is 48 enough? It looks like the code attempts to help the poor user out: sys/vm/uma_core.c:911: panic("UMA: Increase UMA_BOOT_PAGES"); But why wasn't that being triggered in Eric Anderson's case and mine? -- -- David (obrien@FreeBSD.org)