From owner-freebsd-mips@FreeBSD.ORG Thu Apr 18 19:01:04 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 BC83CEE8 for ; Thu, 18 Apr 2013 19:01:04 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id 4E29F1507 for ; Thu, 18 Apr 2013 19:01:04 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id ek20so2883619lab.11 for ; Thu, 18 Apr 2013 12:01:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=ynL6+DD4paUVYvXeNrJluAwyy1T0WRsP4pgWJA2ZjxI=; b=jRskJvlfaLdlnzBGXiyETdvMHMJln0Walgra8jJfrE/0BYIECdFO3ZPD+ZciDu6TH5 FznrRu8W++5iQcrqtyZibBAkhfmgjNbidVlEJRbKqbIL5kof+1H4FJuulEMKFpAElgCi D/BrYmjSNOy4DebIVpRoVr8gMywRgafByp/vZU3zT3iAn5sF+7a9Dhsu7Jk4USjiTKGS FblcSU5TNqKL6L+6am6p+K0m1Sw89kpt/21u7wl80CNQWsqGTDpr+0LEkON4kXtvjnyw qe7xkAcGwCmIPKC/S/NbVLRBLsN9Rwd1ZGoyL62ECU8WZjqDPpR/4yKViIIGtBVIhsx0 baXA== X-Received: by 10.112.135.166 with SMTP id pt6mr6483699lbb.127.1366311663221; Thu, 18 Apr 2013 12:01:03 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.152.28.196 with HTTP; Thu, 18 Apr 2013 12:00:43 -0700 (PDT) In-Reply-To: <51704217.509@rewt.org.uk> References: <516B5B89.7080202@rewt.org.uk> <51704217.509@rewt.org.uk> From: Juli Mallett Date: Thu, 18 Apr 2013 12:00:43 -0700 X-Google-Sender-Auth: FktYaqdUE2WjlbqhuEPpUABEz7Q Message-ID: Subject: Re: panic on EdgeRouter Lite To: Joe Holden Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlMfDt2XR75jGfJhLWzqsC09P9W1WRJRecc9dODPH96+mp3reR6KLPmUIGSGk/fbZlkwEXf 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:01:04 -0000 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?