From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7653 invoked by alias); 20 Jul 2006 16:17:48 -0000 Received: (qmail 7644 invoked by uid 22791); 20 Jul 2006 16:17:47 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Jul 2006 16:17:45 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 5721A48CE02; Thu, 20 Jul 2006 12:17:43 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11054-01; Thu, 20 Jul 2006 12:17:43 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 01DDB48CDE7; Thu, 20 Jul 2006 12:17:42 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 7AB3A47EFA; Thu, 20 Jul 2006 09:17:41 -0700 (PDT) Date: Thu, 20 Jul 2006 16:17:00 -0000 From: Joel Brobecker To: Jan Kratochvil , gdb-patches@sources.redhat.com Subject: Re: [patch] Fix gdb crash on some missing ELF debug info Message-ID: <20060720161741.GP15273@adacore.com> References: <20060623103735.GA28356@host0.dyn.jankratochvil.net> <20060623123913.GB16879@nevyn.them.org> <20060623130732.GA28950@host0.dyn.jankratochvil.net> <20060712211533.GU24622@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060712211533.GU24622@nevyn.them.org> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00271.txt.bz2 > > 2006-06-23 Jan Kratochvil > > > > * dwarf2read.c (dwarf2_symbol_mark_computed): Fixed later crash > > on location list reference if the ".debug_loc" section is missing. > > I've committed this very similar patch (clearer comment). Thanks! I also applied this change to the 6.5 branch. -- Joel