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]

Problem with gdb 5.3 on AIX


I am attempting to run gdb 5.3 on an AIX 4.3.3 environment, and I am
receiving the errors below.
The binary was complied with -g option and is threaded.  I am able to
successfully run gdb against a non-threaded binary.
Any suggestions for resolving this problem?

Thanks

> # /usr/gnu/bin/gdb ./foo
> GNU gdb 5.3
> Copyright 2002 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 "powerpc-ibm-aix4.3.3.0"...
> (gdb) l
> ../../gdb-5.3/gdb/gdbtypes.c:515: gdb-internal-error: make_cv_type: 
> Assertion `TYPE_OBJFILE (*typeptr) == TYPE_OBJFILE (type) || TYPE_STUB 
> (*typeptr)' failed.
>
> An internal GDB error was detected.  This may make further debugging 
> unreliable.  Quit this debugging session? (y or n) n
>
> Create a core file containing the current state of GDB? (y or n) n
> (gdb)


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