gdb
[Top][All Lists]
Advanced

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

Re: [Gdb] gdb 6.2 on aix 5.2


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

I guess I'm talking to myself here, but I found a lead at this URL (just in
case someone else sees this problem):
http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=1170




                                                                                
                                                                  
                      Bernt                                                     
                                                                  
                      Habermeier/FSG/CSC           To:      address@hidden      
                                                                     
                      @CSC                         cc:                          
                                                                  
                      Sent by:                     Subject: [Gdb] gdb 6.2 on 
aix 5.2                                                              
                      gdb-bounces+bhaberme                                      
                                                                  
                      ier=csc.com                                               
                                                                  
                                                                                
                                                                  
                                                                                
                                                                  
                      08/11/2004 01:30 PM                                       
                                                                  
                                                                                
                                                                  
                                                                                
                                                                  




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?




_______________________________________________
Gdb mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gdb








reply via email to

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