From owner-freebsd-mips@FreeBSD.ORG Thu Apr 18 19:19:39 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 733BA5E9; Thu, 18 Apr 2013 19:19:39 +0000 (UTC) (envelope-from lists@rewt.org.uk) Received: from hosted.mx.as41113.net (hosted.mx.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id 171DD16C9; Thu, 18 Apr 2013 19:19:38 +0000 (UTC) Received: from [IPv6:2001:b70:201:300::397] (unknown [IPv6:2001:b70:201:300::397]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lists@rewt.org.uk) by hosted.mx.as41113.net (Postfix) with ESMTPSA id 3Zs99h5tm1zRt; Thu, 18 Apr 2013 20:19:36 +0100 (BST) Message-ID: <51704733.6070108@rewt.org.uk> Date: Thu, 18 Apr 2013 20:19:15 +0100 From: Joe Holden User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Juli Mallett Subject: Re: panic on EdgeRouter Lite References: <516B5B89.7080202@rewt.org.uk> <51704217.509@rewt.org.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-mips@FreeBSD.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 19:19:39 -0000 Juli Mallett wrote: > On Thu, Apr 18, 2013 at 11:57 AM, Joe Holden wrote: >> Joe Holden wrote: >>> Hi guys, >>> >>> I've been playing with HEAD on the erl and under load (eg when compiling >>> something, I get the follow panics: >>> >>> panic: kernel stack overflow - trapframe at 0xffffffff80835eb0 >>> cpuid = 0 >>> >>> They all seem to be the same, what info do I need to gather to allow >>> someone to debug this? >>> >>> Cheers, >>> Joe >> Looks like latest HEAD is stil not quite right, seeing the following on boot >> now: >> >> Enter full pathname of shell or RETURN for /bin/sh: >> Cannot map anonymous memory >> Out of memory >> Cannot map anonymous memory >> Out of memory >> Enter full pathname of shell or RETURN for /bin/sh: >> >> It fails to exec init so asks for a shell, rinse and repeat... >> >> Any ideas? > > Are you using a root filesystem on the USB storage, or are you using > NFS? How did you build your world, and what all modifications did you > make to your kernel config? USB storage in this case, cross build on amd64, pci/cf removed from kern config, root device hardcoded, ipfw/netgraph added - rest as default pretty much. Same config I've been using throughout, just double checking I don't have something weird going on with world.