From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1615 invoked by alias); 23 Jan 2008 18:53:48 -0000 Received: (qmail 1607 invoked by uid 22791); 23 Jan 2008 18:53:48 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 Jan 2008 18:53:28 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id D667098375; Wed, 23 Jan 2008 18:53:26 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B6527980E0; Wed, 23 Jan 2008 18:53:26 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JHkiz-0005Jn-LC; Wed, 23 Jan 2008 13:53:25 -0500 Date: Wed, 23 Jan 2008 18:53:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: gdb@sourceware.org Subject: Re: FYI: Ada results on Debian/unstable Message-ID: <20080123185325.GA20408@caradoc.them.org> Mail-Followup-To: Joel Brobecker , gdb@sourceware.org References: <20080123131442.GA32621@caradoc.them.org> <20080123184710.GC23576@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080123184710.GC23576@adacore.com> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00238.txt.bz2 On Wed, Jan 23, 2008 at 10:47:10AM -0800, Joel Brobecker wrote: > I just installed the Debian version of GNAT, but I'm running "testing" > not unstable. I do see the failures, and I was going to look into the > internal errors, but I don't get those with the version of GNAT I > installed. Are the errors a problem for Debian? Nope. Just annoying to me, but now that I have a new baseline, it's no big deal. The internal errors all look like: (gdb) print r $1 = (x => 1, y => 2, w => 3, h => 4) (gdb) PASS: gdb.ada/interface.exp: print r print s /space/fsf/commit/src/gdb/utils.c:904: internal-error: virtual memory exhausted: can't allocate 4294967423 bytes. A problem internal to GDB has been detected, Breakpoint 1, comp_bug () at /space/fsf/commit/src/gdb/testsuite/gdb.ada/packed_tagged/comp_bug.adb:37 37 if X.Exists then -- STOP (gdb) print x /space/fsf/commit/src/gdb/utils.c:904: internal-error: virtual memory exhausted: can't allocate 4294967423 bytes. A problem internal to GDB has been detected, -- Daniel Jacobowitz CodeSourcery