From owner-freebsd-stable@FreeBSD.ORG Wed Oct 3 17:47:38 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3D1316A417 for ; Wed, 3 Oct 2007 17:47:38 +0000 (UTC) (envelope-from Stephen.Clark@seclark.us) Received: from smtpout08.prod.mesa1.secureserver.net (smtpout08-04.prod.mesa1.secureserver.net [64.202.165.12]) by mx1.freebsd.org (Postfix) with SMTP id 7F73813C447 for ; Wed, 3 Oct 2007 17:47:38 +0000 (UTC) (envelope-from Stephen.Clark@seclark.us) Received: (qmail 15964 invoked from network); 3 Oct 2007 17:47:36 -0000 Received: from unknown (24.144.77.243) by smtpout08-04.prod.mesa1.secureserver.net (64.202.165.12) with ESMTP; 03 Oct 2007 17:47:35 -0000 Message-ID: <4703D5B6.4070003@seclark.us> Date: Wed, 03 Oct 2007 13:47:34 -0400 From: Stephen Clark User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22smp i686; en-US; m18) Gecko/20010110 Netscape6/6.5 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chuck Swiger References: <47039CB4.5040306@seclark.us> <4703C245.9000104@mac.com> <4703C4FB.4030809@seclark.us> <4703C687.2010201@mac.com> In-Reply-To: <4703C687.2010201@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Panic with RELENG_6_2 on DELL PE 4600 with PAE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen.Clark@seclark.us List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 17:47:38 -0000 Chuck Swiger wrote: >Stephen Clark wrote: > > >>Chuck Swiger wrote: >> >> >[ ... ] > > >>Oops, I should have said 24GB. >> >>Real Memory = 25769803776 (24576 MB) >> >> > >...which matches your dmesg, right. No harm double-checking. :-) > >Hmm-- I haven't put more than 3 GB into a machine which didn't have a 64-bit >processor, but getting a dump & backtrace would help debug it (see "man crash"). > > > looking at kmem_suballoc which calls vm_map_find which returns KERN_NO_SPACE which is defined as 3. Why would there be no space when I have 24GB of memory? vm_param.h:122:#define KERN_NO_SPACE 3 -- "They that give up essential liberty to obtain temporary safety, deserve neither liberty nor safety." (Ben Franklin) "The course of history shows that as a government grows, liberty decreases." (Thomas Jefferson)