From owner-freebsd-current@freebsd.org Sat Oct 24 13:11:49 2015 Return-Path: Delivered-To: freebsd-current@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 8BBEAA1D077 for ; Sat, 24 Oct 2015 13:11:49 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 51E31113F; Sat, 24 Oct 2015 13:11:48 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from [192.168.0.7] (cpc16-cmbg15-2-0-cust60.5-4.cable.virginm.net [86.5.162.61]) (authenticated bits=0) by theravensnest.org (8.15.2/8.15.2) with ESMTPSA id t9ODBjUl028424 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 24 Oct 2015 13:11:47 GMT (envelope-from theraven@FreeBSD.org) X-Authentication-Warning: theravensnest.org: Host cpc16-cmbg15-2-0-cust60.5-4.cable.virginm.net [86.5.162.61] claimed to be [192.168.0.7] Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: dtc(1): reproducible segmentation fault From: David Chisnall In-Reply-To: <2D772151-85F9-4D80-8074-58CD11FFF778@FreeBSD.org> Date: Sat, 24 Oct 2015 14:11:36 +0100 Cc: Garrett Cooper , George Abdelmalik , freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <562A3FE5.8020809@uniridge.com.au> <1445618437.91534.13.camel@freebsd.org> <2D772151-85F9-4D80-8074-58CD11FFF778@FreeBSD.org> To: Ian Lepore X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 24 Oct 2015 13:11:49 -0000 On 24 Oct 2015, at 11:07, David Chisnall wrote: >=20 > On 23 Oct 2015, at 17:40, Ian Lepore wrote: >>=20 >> Don't cc me. I looked at the in-tree dtc code once and decided it's >> too flawed to try to maintain, and it supports only a subset of the >> full dts syntax. That's why we switched back to using the gnu dtc = for >> buildkernel. But I just discovered that for some reason gnu is not = the >> copy of dtc that gets installed, it's just the one that gets used >> during a buildkernel. >=20 > Please assign the bug to me. Actually, it looks as if this is one of the (many) bugs in dtc that I = fixed in a bunch of changes that I made (and didn=E2=80=99t get around = to committing) last Christmas (https://github.com/davidchisnall/dtc). = Patrick Wildt tested the version that I was working on with a load of = things from the GPL dtc test suite and they all passed. I=E2=80=99m now = running a make universe with the new version, and I=E2=80=99ll commit if = there are no problems. David