From owner-freebsd-arm@freebsd.org Mon Aug 24 06:14:52 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 673B19C1B52 for ; Mon, 24 Aug 2015 06:14:52 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44F1F1FAA for ; Mon, 24 Aug 2015 06:14:52 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.14.9/8.14.5) with ESMTP id t7O6EoCc048925; Sun, 23 Aug 2015 23:14:50 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.14.9/8.14.5/Submit) id t7O6EoJ7048924; Sun, 23 Aug 2015 23:14:50 -0700 (PDT) (envelope-from fbsd) Date: Sun, 23 Aug 2015 23:14:50 -0700 From: bob prohaska To: kah42pub Cc: freebsd-arm@freebsd.org Subject: Re: Crash during installworld on RPI2 Message-ID: <20150824061450.GC53136@www.zefox.net> References: <20150824023341.GA53136@www.zefox.net> <55DA9447.9040802@blarg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55DA9447.9040802@blarg.com> User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2015 06:14:52 -0000 On Sun, Aug 23, 2015 at 08:49:27PM -0700, kah42pub wrote: > > options INVARIANTS > options INVARIANT_SUPPORT > > Adding or making sure those options were in my kernel build has made > those errors go away completely for me on my RPI2/11-CURRENT boards. > The kernel config file located at /usr/src/sys/arm/conf/RPI2 contains # For full debugger support use this instead: options DDB # Enable the kernel debugger options INVARIANTS # Enable calls of extra sanity checking options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS The buildkernel command used (out of habit on i386) is make buildkernel KERNCONF=RPI2 The intention is to use the config file at /usr/src/sys/arm/conf/RPI2. If another config file is being invoked unintentionally it might explain the problem. Thanks for reading, any counsel appreciated! bob prohaska