From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 23:27:41 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC23516A4CE for ; Mon, 23 Aug 2004 23:27:41 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE5BB43D4C for ; Mon, 23 Aug 2004 23:27:41 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i7NNRfQl041600 for ; Mon, 23 Aug 2004 16:27:41 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i7NNRfxp041599 for freebsd-current@freebsd.org; Mon, 23 Aug 2004 16:27:41 -0700 (PDT) (envelope-from sgk) Date: Mon, 23 Aug 2004 16:27:41 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20040823232741.GA41540@troutmask.apl.washington.edu> References: <20040823230619.GB41337@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823230619.GB41337@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.1i Subject: Re: AMD64 VM panic with >8 GB memory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 23 Aug 2004 23:27:41 -0000 On Mon, Aug 23, 2004 at 04:06:20PM -0700, Steve Kargl wrote: > The panic is hand transcribed. > > vm_pageq_remove_nowakeup() at vm_pageq_remove_nowakeup+0x30 > vm_page_alloc() at vm_page_alloc+0x25a > uma_small_alloc() at uma_small_alloc+0x5f > slab_zalloc() at slab_zalloc+0xcb uma_prealloc() at uma_prealloc+0x65 > pmap_init() at pmap_init+0x98 > vm_mem_init() at vm_mem_init+0x3e > mi_startup() at mi_startup+0xb6 > btext at btext+0x2c > Whoops. -- Steve