public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Problems in the DJGPP port of GDB 6.3
@ 2004-11-15 23:36 Eli Zaretskii
  0 siblings, 0 replies; only message in thread
From: Eli Zaretskii @ 2004-11-15 23:36 UTC (permalink / raw)
  To: gdb

Any ideas about the error messages below?  I already reported in the
past the first one, about out of bounds DW_AT_ranges, so that's a
known problem; but what's with the other two?  Where should I look?

These problems don't happen with GDB 6.1.1, and another DJGPP user
tells me that 6.2.1 has the same problems.

Any help is appreciated.


D:\gnu\gdb-6.3\gdb>gdb ./gdb.exe
GNU gdb 6.3
Copyright 2004 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 "--host=i386-pc-msdosdjgpp --target=djgpp"...
Setting up the environment for debugging gdb.
During symbol reading, Offset 109104 out of bounds for DW_AT_ranges attribute.
Breakpoint 1 at 0x47b5: file utils.c, line 849.
Breakpoint 2 at 0xa0d6: file cli/cli-cmds.c, line 193.
(top-gdb) b main
Breakpoint 3 at 0x16e5: file gdb.c, line 30.
(top-gdb) r
Starting program: d:/gnu/gdb-6.3/gdb/./gdb.exe

Breakpoint 3, main (argc=0, argv=0x0) at gdb.c:30
30        memset (&args, 0, sizeof args);
(top-gdb) n
During symbol reading, Incomplete CFI data; unspecified registers at 0x000016ec.

28     {
(top-gdb) until 35
35       return gdb_main (&args);
(top-gdb) s
gdb_main (args=0x100) at main.c:808
808    {
(top-gdb) s
gdb_main (args=0x360ab8) at main.c:809
809       use_windows = args->use_windows;
(top-gdb) bt
#0  gdb_main (args=0x360ab8) at main.c:809
#1  0x00360ab8 in ?? () 
#2  0x00000001 in ?? () 
#3  0x00360fc8 in ?? () 
#4  0x00000000 in ?? () 
#5  0x000016d0 in _crt0_init_mcount)( 
#6  0x00000346 in ?? () 
#7  0x002e0af0 in end ?? () 
#8  0x00360ae8 in ?? () 
#9  0x0028f742 in __crt1_startup ()
Previous frame inner to this frame (corrupt stack?)
(top-gdb)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-15 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-15 23:36 Problems in the DJGPP port of GDB 6.3 Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).