From owner-freebsd-mips@FreeBSD.ORG Wed Apr 17 18:49:50 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 96FDB548 for ; Wed, 17 Apr 2013 18:49:50 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) by mx1.freebsd.org (Postfix) with ESMTP id 5382BEB8 for ; Wed, 17 Apr 2013 18:49:50 +0000 (UTC) Received: from [88.198.91.248] (helo=[IPv6:::1]) by id.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1USXQL-000HOP-F3; Wed, 17 Apr 2013 11:49:43 -0700 Message-ID: <516EEE58.3080009@bluezbox.com> Date: Wed, 17 Apr 2013 11:47:52 -0700 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Joe Holden Subject: Re: panic on EdgeRouter Lite References: <516B5B89.7080202@rewt.org.uk> In-Reply-To: <516B5B89.7080202@rewt.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 4/14/2013 6:44 PM, 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? [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: 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: Wed, 17 Apr 2013 18:49:50 -0000 On 4/14/2013 6:44 PM, 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? For starters - backtrace. From my experience - kernel stack on MIPS is somewhat fragile :( e.g. loading kernel module with moderate length of dependency chain (dtraceall in my case) easily exhausts stack. I didn't have time to look into it further.