From owner-freebsd-arm@freebsd.org Sat Jun 2 19:32:53 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 4FAFAFDC8F0 for ; Sat, 2 Jun 2018 19:32:53 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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 BA7BF73E6D for ; Sat, 2 Jun 2018 19:32:52 +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 w52JWuJL068953 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 2 Jun 2018 12:32:57 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w52JWuHK068952; Sat, 2 Jun 2018 12:32:56 -0700 (PDT) (envelope-from fbsd) Date: Sat, 2 Jun 2018 12:32:55 -0700 From: bob prohaska To: Warner Losh Cc: Erich Dollansky , "freebsd-arm@freebsd.org" , bob prohaska Subject: Re: panic: Assertion td->td_lock == TDQ_LOCKPTR(tdq) failed at /usr/src/sys/kern/sched_ule.c:2137 Message-ID: <20180602193255.GA68908@www.zefox.net> References: <20180601154153.GA62632@www.zefox.net> <20180602091606.63a1ab37.freebsd.ed.lists@sumeritec.com> <20180602150549.GA68197@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2018 19:32:53 -0000 On Sat, Jun 02, 2018 at 09:14:18AM -0600, Warner Losh wrote: > > Do you have r334508? It fixes the OOM falsely triggering. > At the moment sources are at 334456, world and kernel are at 334276. Might it be feasible to stop the present buildworld, update sources and then try to build a new kernel before building world? Thanks for the good news! bob prohaska