From owner-freebsd-mips@FreeBSD.ORG Mon Jan 27 15:46:17 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B563CEFF for ; Mon, 27 Jan 2014 15:46:17 +0000 (UTC) Received: from mail.lhr1.as41113.net (mail.lhr1.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id 7912A15B6 for ; Mon, 27 Jan 2014 15:46:17 +0000 (UTC) Received: from [10.16.240.11] (unknown [212.9.98.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lists@rewt.org.uk) by mail.lhr1.as41113.net (Postfix) with ESMTPSA id 3fCb0Q5lpMz7vXM for ; Mon, 27 Jan 2014 15:46:14 +0000 (UTC) Message-ID: <52E67F45.20402@rewt.org.uk> Date: Mon, 27 Jan 2014 15:46:13 +0000 From: Joe Holden User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-mips@freebsd.org Subject: Re: More trapframe panics References: <52E42A1B.3040907@rewt.org.uk> <6354182D-B1D3-4B2E-BEEC-37A2A725A099@bsdimp.com> In-Reply-To: <6354182D-B1D3-4B2E-BEEC-37A2A725A099@bsdimp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 15:46:17 -0000 On 27/01/2014 15:36, Warner Losh wrote: > > On Jan 27, 2014, at 3:04 AM, Jayachandran C. wrote: >> >> It would be interesting to see the stacktrace when the overflow >> happens. If this is some specific driver or codepath, fixing that >> would be a better solution than to waste 8K per task. > > I get it when I try to build security/sudo from ports on a freshly built -current. This was 100% reproducible in August or September (as well as earlier) on a mips64 build on my both of my Octeon boards... > > Warner > I *believe* mine was perl related, however I was building multiple ports at the same time so may not be one or the other... Building perl currently so will see if it blows up