From owner-freebsd-current@FreeBSD.ORG Thu Dec 13 21:53:45 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 676CD419; Thu, 13 Dec 2012 21:53:45 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) by mx1.freebsd.org (Postfix) with ESMTP id 05A7B8FC13; Thu, 13 Dec 2012 21:53:44 +0000 (UTC) Received: from [192.168.0.2] (cpc39-cmbg15-2-0-cust69.5-4.cable.virginmedia.com [81.101.138.70]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id qBDLreTa098601 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Thu, 13 Dec 2012 21:53:43 GMT (envelope-from theraven@FreeBSD.org) Subject: Re: new xorg segfault 11 with KMS Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: David Chisnall In-Reply-To: <50CA4D3D.3040401@gmail.com> Date: Thu, 13 Dec 2012 21:53:34 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <07938D0C-15C4-430F-9E1F-828DB01CDFB7@FreeBSD.org> References: <50CA4A58.7070109@FreeBSD.org> <50CA4D3D.3040401@gmail.com> To: Johannes Dieterich X-Mailer: Apple Mail (2.1278) Cc: freebsd-current@FreeBSD.org, Dimitry Andric X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 13 Dec 2012 21:53:45 -0000 On 13 Dec 2012, at 21:48, Johannes Dieterich wrote: > GNU gdb 6.1.1 [FreeBSD] You might try with gdb 7.x from ports. gdb 6.1.1 from the base system = doesn't do a good job of understanding the newer version of DWARF that = clang emits. David=