From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32690 invoked by alias); 17 Mar 2009 21:21:49 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 32679 invoked by uid 22791); 17 Mar 2009 21:21:48 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: Jan Kratochvil Cc: archer@sourceware.org, Keith Seitz Subject: Re: [expr]-fix [jk-expr-committed] Fix crash on C++ DW_AT_name "". References: <20090315182943.GA17211@host0.dyn.jankratochvil.net> From: Tom Tromey Reply-To: Tom Tromey Date: Tue, 17 Mar 2009 21:21:00 -0000 In-Reply-To: <20090315182943.GA17211@host0.dyn.jankratochvil.net> (Jan Kratochvil's message of "Sun\, 15 Mar 2009 19\:29\:43 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2009-q1/txt/msg00388.txt.bz2 >>>>> "Jan" == Jan Kratochvil writes: Jan> #0 0x0000000000458730 in cp_already_canonical (string=0x0) at cp-support.c:83 Jan> #1 0x000000000045881e in cp_canonicalize_string (string=0x0) at cp-support.c:115 Jan> #2 0x0000000000573f21 in dwarf2_canonicalize_name (name=0x0, cu=0x7fffffffca70, obstack=0x7fffffffcb48) at dwarf2read.c:8931 Jan> * gdb/dwarf2read.c (dwarf2_canonicalize_name): Fix crash on NULL name. I suspect this should go on archer-keiths-dwarf-names-branch. That's where we imported Daniel's canonicalization patch. (Though I see on the wiki that this is listed as a dead branch... is that accurate?) Tom