From owner-freebsd-arm@FreeBSD.ORG Thu Apr 18 01:36:20 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33CB1935 for ; Thu, 18 Apr 2013 01:36:20 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from mail110.syd.optusnet.com.au (mail110.syd.optusnet.com.au [211.29.132.97]) by mx1.freebsd.org (Postfix) with ESMTP id EEC601BE for ; Thu, 18 Apr 2013 01:36:19 +0000 (UTC) Received: from bender (unknown [49.176.34.32]) by mail110.syd.optusnet.com.au (Postfix) with ESMTP id 9A641781424; Thu, 18 Apr 2013 11:36:10 +1000 (EST) Date: Thu, 18 Apr 2013 11:36:09 +1000 From: Andrew Turner To: Warner Losh Subject: Re: __rw_wlock_hard panic on 1st malloc Message-ID: <20130418113609.5880e469@bender> In-Reply-To: <9A3C042F-3765-4791-AB51-63EA82488743@bsdimp.com> References: <8DE83B01-4508-41C5-B2BD-95A72D0AD963@bsdimp.com> <92C60946-8FFB-46A1-9400-9E0F7B11FC23@gmail.com> <9A3C042F-3765-4791-AB51-63EA82488743@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.0 cv=A8I0pNqG c=1 sm=1 a=t/GRKaPioOUEeYUB/lRhtQ==:17 a=bily2IvQBM0A:10 a=kj9zAlcOel0A:10 a=6qN08nlxkZIA:10 a=7Qk2ozbKAAAA:8 a=ZihJO40dRrWB5IuusIsA:9 a=CjuIK1q_8ugA:10 a=cvZW9r6VXHAA:10 a=t/GRKaPioOUEeYUB/lRhtQ==:117 Cc: "freebsd-arm@FreeBSD.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 01:36:20 -0000 On Wed, 17 Apr 2013 09:37:26 -0600 Warner Losh wrote: > I don't think it is, at least not with clang compiled code. Ian was > saying on IRC that he saw this and went back to gcc and life was good. I suspect it is an issue with the newer version of clang imported recently. I have tested with an old version of clang and an updated kernel and had no issues booting. Andrew