From: Lee Iverson <leei@ai.sri.com>
To: marka@cygnus.com
Cc: gdb@cygnus.com, gdb-testers@cygnus.com
Subject: Re: GDB Snapshot 971126 available
Date: Wed, 03 Dec 1997 11:49:00 -0000 [thread overview]
Message-ID: <199712031952.LAA04934@Canada.AI.SRI.COM> (raw)
In-Reply-To: <19971126180959.30502@marka.cygnus.com>
In message < 19971126180959.30502@marka.cygnus.com > you write:
> GDB snapshot 971126 is available on ftp.cygnus.com in /private/gdb.
> GDBTK is not included in this snapshot.
>
> Here is a list of the files:
>
> -rw-rw-r-- 1 312 cygnus 501733 Nov 27 01:59 dejagnu-970817-971126.diff.
> gz
> -rw-rw-r-- 1 312 cygnus 2493929 Nov 27 01:59 dejagnu-971126.tar.gz
> -rw-rw-r-- 1 312 cygnus 1470993 Nov 27 01:59 gdb-970817-971126.diff.gz
> -rw-rw-r-- 1 312 cygnus 9102579 Nov 27 02:00 gdb-971126.tar.gz
>
> Here are the corresponding URLs:
>
> ftp://ftp.cygnus.com/private/gdb/dejagnu-970817-971126.diff.gz
> ftp://ftp.cygnus.com/private/gdb/dejagnu-971126.tar.gz
> ftp://ftp.cygnus.com/private/gdb/gdb-970817-971126.diff.gz
> ftp://ftp.cygnus.com/private/gdb/gdb-971126.tar.gz
This release seems to be completely broken under Irix 6. I compiled
with CC='cc -n32' under Irix 6.2 and gdb cannot even selftest:
% ./gdb gdb irix6/gdb
GNU gdb 971126
Copyright 1997 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 "mips-sgi-irix6"...
cu_header: length=45061 abbrev_offset=52206, dwarf_abbrev_size=84256
Dwarf Error: bad length in compilation unit header.
Setting up the environment for debugging gdb.
.gdbinit:5: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
(gdb)
The extra msg was from a debug line I added:
*** dwarf2read.c.~1~ Tue Dec 2 15:59:34 1997
--- dwarf2read.c Wed Dec 3 11:47:34 1997
*************** dwarf2_build_psymtabs_hard (objfile, sec
*** 940,943 ****
--- 940,944 ----
if (cu_header.length > dwarf_abbrev_size - cu_header.abbrev_offset)
{
+ printf ("\ncu_header: length=%d abbrev_offset=%d, dwarf_abbrev_size=%d", cu_header.length, cu_header.abbrev_offset, dwarf_abbrev_size);
error ("Dwarf Error: bad length in compilation unit header.");
return;
So what's the problem here? 84256-52206 = 32050 and 45061 > 32050!
-------------------------------------------------------------------------------
Lee Iverson SRI International
leei@ai.sri.com 333 Ravenswood Ave., Menlo Park CA 94025
http://www.ai.sri.com/~leei/ (650) 859-3307
prev parent reply other threads:[~1997-12-03 11:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
1997-11-26 18:10 Mark Alexander
1997-12-03 11:49 ` Lee Iverson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=199712031952.LAA04934@Canada.AI.SRI.COM \
--to=leei@ai.sri.com \
--cc=gdb-testers@cygnus.com \
--cc=gdb@cygnus.com \
--cc=marka@cygnus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox