From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1213 invoked by alias); 7 Feb 2003 17:13:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1206 invoked from network); 7 Feb 2003 17:13:51 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 172.16.49.205 with SMTP; 7 Feb 2003 17:13:51 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h17HDkq11857; Fri, 7 Feb 2003 09:13:46 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Michael Elizabeth Chastain Cc: drow@mvista.com, gdb-patches@sources.redhat.com Subject: Re: [patch] KFAIL gdb/1025 References: <200302071708.h17H8r215828@duracef.shout.net> From: David Carlton Date: Fri, 07 Feb 2003 17:13:00 -0000 In-Reply-To: <200302071708.h17H8r215828@duracef.shout.net> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00236.txt.bz2 On Fri, 7 Feb 2003 11:08:53 -0600, Michael Elizabeth Chastain said: > David C> I normally run it via 'make check', with no tinkering with the > David C> various files. > Then I wonder how you are getting stabs+ with gcc 3.1. > Actually, I'm a bit confused. Are you actually seeing these specific > 'description field too big' messages in your gdb.log? Yup. See below. This is an invocation via runtest instead of make check, but I'm 95% sure I get the same error message via 'make check': certainly this test won't run under 'make check' either. David Carlton carlton@math.stanford.edu jackfruit$ runtest gdb.java/jmisc.exp WARNING: Couldn't find the global config file. Test Run By carlton on Fri Feb 7 09:10:05 2003 Native configuration is i686-pc-linux-gnu === gdb tests === Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using ./config/unix.exp as tool-and-target-specific interface file. Running ./gdb.java/jmisc.exp ... === gdb Summary === # of untested testcases 1 more /extra/gdb/mirror/src/gdb/testsuite/../../gdb/gdb version 2003-02-06-cvs -nx jackfruit$ more gdb.log Test Run By carlton on Fri Feb 7 09:10:05 2003 Native configuration is i686-pc-linux-gnu === gdb tests === Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using ./config/unix.exp as tool-and-target-specific interface file. Running ./gdb.java/jmisc.exp ... Executing on host: gcj ./gdb.java/jmisc.java --main=jmisc -g -o /extra/gdb/mirror/src/gdb/testsuite/gdb.java/jmisc (timeout = 300) spawn gcj ./gdb.java/jmisc.java --main=jmisc -g -o /extra/gdb/mirror/src/gdb/testsuite/gdb.java/jmisc /tmp/ccezwoW0.s: Assembler messages: /tmp/ccezwoW0.s:28: Warning: .stabs: description field '10001' too big, try a different debug format /tmp/ccezwoW0.s:57: Warning: .stabs: description field '60004' too big, try a different debug format output is: /tmp/ccezwoW0.s: Assembler messages: /tmp/ccezwoW0.s:28: Warning: .stabs: description field '10001' too big, try a di fferent debug format /tmp/ccezwoW0.s:57: Warning: .stabs: description field '60004' too big, try a different debug format UNTESTED: gdb.java/jmisc.exp: Couldn't compile ./gdb.java/jmisc.java testcase ./gdb.java/jmisc.exp completed in 3 seconds === gdb Summary === # of untested testcases 1 Executing on host: /extra/gdb/mirror/src/gdb/testsuite/../../gdb/gdb -nw --command gdb_cmd (timeout = 300) spawn /extra/gdb/mirror/src/gdb/testsuite/../../gdb/gdb -nw --command gdb_cmd GNU gdb 2003-02-06-cvs Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". /extra/gdb/mirror/src/gdb/testsuite/../../gdb/gdb version 2003-02-06-cvs -nx runtest completed at Fri Feb 7 09:10:11 2003