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

[Bug c++/9471] gdb crash: infinite recursion in fill_in_vptr_fieldno


------- Additional Comments From tromey at redhat dot com  2010-01-22 21:54 -------
This test case works fine for me with cvs head gdb:

(gdb) source crash.source 
Breakpoint 1 at 0x804851f: file Impl.cpp, line 20.

Breakpoint 1, NamespaceImpl::MyBaseClass::foo (this=0x8049a54) at Impl.cpp:20
20	      return a;
$1 = (NamespaceImpl::MyBaseClass) {
  <NamespaceBase::MyBaseClass> = {
    _vptr.MyBaseClass = 0x80486b8
  }, <No data fields>}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at redhat dot com
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.1


http://sourceware.org/bugzilla/show_bug.cgi?id=9471

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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