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++/11990] "can't find linker symbol for virtual table for ..." when printing variables


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

vz-gdb at zeitlins dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #8 from vz-gdb at zeitlins dot org 2013-05-01 14:08:42 UTC ---
Thanks for your work on this but unfortunately I still see the bug even after
updating to the latest sources (I'm using the repository at
git://sourceware.org/git/gdb.git and built gdb_7_6-2013-04-26-release tag):

(gdb) p handler
$2 = (warning: can't find linker symbol for virtual table for `wxEvtHandler'
value
warning: can't find linker symbol for virtual table for `wxEvtHandler' value
wxEvtHandler *) 0x705eb0
(gdb) show version
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.

When printing out the object contents I see the following:

    _vptr.wxObject = 0x62de90 <_ZTV6wxMenu@@WXU_2.9+16>,

Could the version suffix ("@WXU_2.9" part) be the problem?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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