From owner-freebsd-current@FreeBSD.ORG Tue Aug 13 05:25:51 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 25A475D2; Tue, 13 Aug 2013 05:25:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8F42880; Tue, 13 Aug 2013 05:25:50 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id m46so6151252wev.22 for ; Mon, 12 Aug 2013 22:25:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GT0NfUZVJGqCsZMtHXt4tYEw2WXsViQs5vcg/mHFOxc=; b=Caz26CqHrxajrp7JxeJCnDEINZ6eFQ3usn6z8mQXvs2IXybJP7YbMe0mSc8aNp1dS8 YMJPgl/2p2DuQFnLVnwdnmt5kzd2B1vmnoGB6sHw5kCdqw7/gbv0NA4htj50jsWAyp6F jbcXUkb4uXx64F1ZTxrRdHAR5TzqdAtiSVx48GLafDiNPKVCVeVHvh6oQWjv8JhRkjw1 Wy7jNcZ1wJnx0S8KHLuXYf2VTTXBCmZ0B3A6tqSXIKmLj8slJsniLDjyzhxjmZ2y5/lH 3H/vJ63BPCtZuZyQoDSGec6REDukMqRqT9QDRny4jeHh3hdCbEqbMlbxHsb31MUgkNGk R5VA== MIME-Version: 1.0 X-Received: by 10.194.110.6 with SMTP id hw6mr1704344wjb.3.1376371548690; Mon, 12 Aug 2013 22:25:48 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Mon, 12 Aug 2013 22:25:48 -0700 (PDT) In-Reply-To: <1376368405.1474.2.camel@localhost> References: <1376336582.1469.9.camel@localhost> <1376368405.1474.2.camel@localhost> Date: Mon, 12 Aug 2013 22:25:48 -0700 X-Google-Sender-Auth: 8s1gNVfXZI6-69VvRcsYjPYF5Es Message-ID: Subject: Re: i386 panic From: Adrian Chadd To: sbruno@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 05:25:51 -0000 ... bug peter. And alfred. Alfred broke this stuff. :) -adrian On 12 August 2013 21:33, Sean Bruno wrote: > On Mon, 2013-08-12 at 21:36 -0600, Scott Long wrote: >> On Aug 12, 2013, at 1:43 PM, Sean Bruno wrote: >> >> > http://people.freebsd.org/~sbruno/10_i386_vmfault.txt >> > >> > I can never tell if stuff like this is because I'm not nerfing the >> > system RAM correctly or if this is i386 bit-rot. >> > >> > I set hw.physmem="2g" in loader.conf to try and get the system to boot, >> > but I don't think I did it right? >> > >> >> That shouldn't happen. Maybe you've run out of kmem? It's limited to only >> like 400MB on i386. Or maybe you've blown out a data structure with all >> of those CPUs. >> >> Scott >> >> > > Since we can still do this on stable/7 (gross), I kind of think this is > a low priority regression. Not even sure where to look, nor do I really > want to. :-) > > If someone has a clueby4 to thwack me around with, I'd appreciate it. > > Sean > > p.s. We won't be caring about this for much longer I fear over at > $DAYJOB, so if someone wants to address this I can test it for a few > more months. After that, we won't care about it too much.