From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12517 invoked by alias); 30 Apr 2012 01:37:32 -0000 Received: (qmail 12507 invoked by uid 22791); 30 Apr 2012 01:37:31 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,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; Mon, 30 Apr 2012 01:37:18 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3U1bFQf006178 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Apr 2012 21:37:15 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q3U1bBmP014697 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 29 Apr 2012 21:37:14 -0400 Date: Mon, 30 Apr 2012 02:05:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: Tom Tromey , gdb-patches@sourceware.org, ccoutant@google.com, saugustine@google.com Subject: Re: Crash regression for gdb.ada/*.exp [Re: [RFA 2/3] Initial Fission support, rewrite DIE reading] Message-ID: <20120430013711.GA3186@host2.jankratochvil.net> References: <20120418185511.0AED52461AF@ruffy.mtv.corp.google.com> <878vhi6vq1.fsf@fleche.redhat.com> <20120429090455.GA9848@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-04/txt/msg01071.txt.bz2 On Mon, 30 Apr 2012 02:06:13 +0200, Doug Evans wrote: > On Sun, Apr 29, 2012 at 2:04 AM, Jan Kratochvil wrote: > >  Running gdb/testsuite/gdb.ada/array_bounds.exp ... > >  PASS: gdb.ada/array_bounds.exp: compilation bar.adb > > -PASS: gdb.ada/array_bounds.exp: print itable'first > > +FAIL: gdb.ada/array_bounds.exp: running to bar.adb:24 in runto (GDB internal error) > > +ERROR: Couldn't run array_bounds/bar [...] > I can't recreate this on my fc16 box, though I see the issue. > What gcc are you using? Standard fc16 GCC. But I have tested now a pre-requisite is: $ rpm -qf /usr/lib/debug/usr/lib64/libgnat-4.6.so.debug gcc-debuginfo-4.6.3-2.fc16.x86_64 Thanks, Jan