gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gdb] gdb 6.2 on aix 5.2


From: Bernt Habermeier
Subject: [Gdb] gdb 6.2 on aix 5.2
Date: Wed, 11 Aug 2004 13:30:00 -0700

I've used gcc 3.3.4 to compile gdb 6.2 on the aix 5.2 OS running Processor
Type: PowerPC_POWER3.  I'm not using GNU binutils (ar/ld).  The gdb 6.2
compile goes fine, but when I start to debug, I get the following problems:

Breakpoint 1, DB_arcv::bindIndexObj (this=0x2ff1e838, pObj=0x2003b80c,
address@hidden) at db_blarc.cc:760
760     int DB_arcv::bindIndexObj(IndexObj *pObj, int & startIndex) {
(gdb) n
762         if (pObj->ind.din == 0) {
(gdb)
763             if (bind(pObj->data.din, startIndex++) == -1) return -1;
(gdb)
gdbtypes.c:528: internal-error: make_cv_type: Assertion `TYPE_OBJFILE
(*typeptr) == TYPE_OBJFILE (type) || TYPE_STUB (*typeptr)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n)

We've edited out the above assertion before and things kind of work, but I
think this is a problem.  Is there a solution to this?  Has anyone else
seen this problem?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]