From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28388 invoked by alias); 25 Apr 2010 10:33:22 -0000 Received: (qmail 28377 invoked by uid 22791); 25 Apr 2010 10:33:20 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=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, 25 Apr 2010 10:33:16 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o3PAX1Ri005912 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 25 Apr 2010 06:33:01 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o3PAWwLj008018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Apr 2010 06:33:00 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id o3PAWoCU019201; Sun, 25 Apr 2010 12:32:50 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id o3PAWnsY019192; Sun, 25 Apr 2010 12:32:49 +0200 Date: Sun, 25 Apr 2010 10:33:00 -0000 From: Jan Kratochvil To: Keith Seitz Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Delayed physname computation Message-ID: <20100425103249.GA19137@host0.dyn.jankratochvil.net> References: <4BCE0D3C.7040201@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BCE0D3C.7040201@redhat.com> User-Agent: Mutt/1.5.20 (2009-08-17) 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-04/txt/msg00836.txt.bz2 Hi Keith, there is a regression on HEAD + this patch on various files incl.: wget -q -O - http://kojipkgs.fedoraproject.org/packages/exempi/2.1.0/4.fc12/x86_64/exempi-debuginfo-2.1.0-4.fc12.x86_64.rpm | rpm2cpio - | cpio -idv ./usr/lib/debug/usr/lib64/libexempi.so.3.2.0.debug; ./gdb -q -nx -readnow ./usr/lib/debug/usr/lib64/libexempi.so.3.2.0.debug ./usr/lib/debug/usr/lib64/libexempi.so.3.2.0.debug 14255 blocks Reading symbols from .../usr/lib/debug/usr/lib64/libexempi.so.3.2.0.debug...expanding to full symbols...dwarf2read.c:3168: internal-error: add_to_method_list: Assertion `cu->method_index < cu->per_cu->num_methods' failed. A problem internal to GDB has been detected, Bugreports by Eric Alexander and leoncogs. Regards, Jan