From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26848 invoked by alias); 22 Aug 2010 18:46:40 -0000 Received: (qmail 26837 invoked by uid 22791); 22 Aug 2010 18:46:40 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 22 Aug 2010 18:46:36 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7MIkYVK011480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 22 Aug 2010 14:46:35 -0400 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7MIkWov019000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 22 Aug 2010 14:46:34 -0400 Received: from host1.dyn.jankratochvil.net (localhost [127.0.0.1]) by host1.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id o7MIkWBx030232; Sun, 22 Aug 2010 20:46:32 +0200 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id o7MIkV30030231; Sun, 22 Aug 2010 20:46:31 +0200 Date: Sun, 22 Aug 2010 18:46:00 -0000 From: Jan Kratochvil To: Keith Seitz Cc: Doug Evans , Tom Tromey , gdb-patches@sourceware.org Subject: New UNRESOLVED testcase gdb.dwarf2/dw2-double-set-die-type.exp [Re: [RFA] Delayed physnames, revisited] Message-ID: <20100822184631.GA28572@host1.dyn.jankratochvil.net> References: <4C460EAC.3040600@redhat.com> <4C6EB87E.7070200@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C6EB87E.7070200@redhat.com> User-Agent: Mutt/1.5.20 (2009-12-10) X-IsSubscribed: yes 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: 2010-08/txt/msg00384.txt.bz2 On Fri, 20 Aug 2010 19:16:46 +0200, Keith Seitz wrote: > Thanks Tom and Doug! Getting on all distros (at least Fedora 14snapshot x86_64): ERROR: couldn't load /home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.x into /home/jkratoch/redhat/gdb-clean/gdb/testsuite/../../gdb/gdb. UNRESOLVED: gdb.dwarf2/dw2-double-set-die-type.exp: ptype a due to: Reading symbols from /home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.x...Dwarf Error: Could not find abbrev number 845466003 [in module /home/jkratoch/redhat/gdb-clean/gdb/testsuite/gdb.dwarf2/dw2-double-set-die-type.x] There is one missing end-of-DIE-children at the end of .debug_info. But I do not know which specific DIE is not terminated before it. Also .debug_abbrev seems to be missing its terminating entry. (+If it is a minimized DWARF I would find DW_AT_sibling as redundant there.) Thanks, Jan