From owner-freebsd-current Tue Aug 28 0:49:49 2001 Delivered-To: freebsd-current@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id DD1E237B405; Tue, 28 Aug 2001 00:49:46 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (dialup-209.245.143.233.Dial1.SanJose1.Level3.net [209.245.143.233]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id AAA07385; Tue, 28 Aug 2001 00:49:40 -0700 (PDT) Message-ID: <3B8B4D3E.6109D96A@mindspring.com> Date: Tue, 28 Aug 2001 00:50:22 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin Cc: Peter Wemm , current@FreeBSD.org, Julian Elischer Subject: Re: Ia64 and ALPHA (+arm, sparc?) kernel developers: References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > halted CPU 0 > > > > halt code = 2 > > kernel stack not valid halt > > PC = fffffc0000553020 > > You overflowed your kernel stack. You can use srm to dump the > memory at that address (I can't remember the stupid SRM syntax > for the life of me though) and wade through it looking for > kernel-text addresses to figure out the stack trace. From my reading of the x86 source, one of the things Julian did was seperate out the allocation of stack pages, using a defined value. This may be as simple as putting a larger number in your config file... I don't know what the Alpha default was before the change, but I do know that it runs 8K pages, which if KPAGES is in 4K chunks, might have reduced your stack size on you... Not brilliant, but something to try... -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message