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]

Re: gdb 5.1.92-1 crash on C++ program


On Thu, May 02, 2002 at 05:00:18PM -0400, Craig Rodrigues wrote:
> The static trace for gdb looked like:
> 
> #0  0x080a77bd in fill_in_vptr_fieldno ()
> #1  0x080a77f2 in fill_in_vptr_fieldno ()
> #2  0x080a77f2 in fill_in_vptr_fieldno ()

This strongly suggests that a type appears in its own TYPE_BASECLASS
list.  Could you provide a small testcase - probably only the necessary
types to define the object that caused the segfault will suffice.  This
might even be related to the stabs bug Jim just fixed.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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