This is the mail archive of the gdb@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]

Problems in the DJGPP port of GDB 6.3


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)


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