This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] KFAIL gdb/1025


On Fri, 7 Feb 2003 11:08:53 -0600, Michael Elizabeth Chastain <mec@shout.net> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]