From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20345 invoked by alias); 15 Nov 2008 18:51:30 -0000 Received: (qmail 20252 invoked by uid 22791); 15 Nov 2008 18:51:29 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 15 Nov 2008 18:50:54 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BD1612A9622; Sat, 15 Nov 2008 13:50:52 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id AnRrawe1Xnsb; Sat, 15 Nov 2008 13:50:52 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 003A92A9618; Sat, 15 Nov 2008 13:50:52 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id EE35FE7ACD; Sat, 15 Nov 2008 10:50:48 -0800 (PST) Date: Sun, 16 Nov 2008 08:18:00 -0000 From: Joel Brobecker To: Andreas Schwab Cc: gdb-patches@sourceware.org Subject: Re: Fix gdb crash during .debug_line parsing Message-ID: <20081115185048.GK12802@adacore.com> References: <20081109172512.GB5112@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081109172512.GB5112@adacore.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-11/txt/msg00396.txt.bz2 > 2008-11-09 Jerome Guitton > > * dwarf2read.c (dwarf2_debug_line_missing_end_sequence_complaint): > New function. > (dwarf_decode_lines): Detect null file numbers. Detect the end of > the line program sequence when no end sequence is emitted. I just checked that one in. Andreas, let me know if you still observe your crash. -- Joel