From owner-freebsd-arm@freebsd.org Sat Feb 3 07:06:14 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F118EC7F56 for ; Sat, 3 Feb 2018 07:06:14 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0317E788A9 for ; Sat, 3 Feb 2018 07:06:13 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w1376CK6039180 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Feb 2018 23:06:12 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w1376BuB039179; Fri, 2 Feb 2018 23:06:11 -0800 (PST) (envelope-from fbsd) Date: Fri, 2 Feb 2018 23:06:11 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Re: Another RPI3 panic: Assertion td->td_lock == TDQ_LOCKPTR(tdq) Message-ID: <20180203070611.GA39166@www.zefox.net> References: <20180128202553.GA14745@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180128202553.GA14745@www.zefox.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2018 07:06:14 -0000 On Sun, Jan 28, 2018 at 12:25:54PM -0800, bob prohaska wrote: > For the second time during an OS build attempt a Pi3 running r328436 has > crashed with > > panic: Assertion td->td_lock == TDQ_LOCKPTR(tdq) failed at /usr/src/sys/kern/sched_ule.c:2019 > > Console, top and build logs are at > http://www.zefox.net/~fbsd/rpi3/crashes/20180128/ > > The log files are from kernel building. Unfortunately I didn't > capture the world build console and log. Happened again on r328519, this time compiling firefox-esr. Console, top and log at http://www.zefox.net/~fbsd/rpi3/crashes/20180202/ Thanks for reading, bob prohaska