From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25497 invoked by alias); 1 May 2013 14:08:43 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 25468 invoked by uid 48); 1 May 2013 14:08:43 -0000 From: "vz-gdb at zeitlins dot org" To: gdb-prs@sourceware.org Subject: [Bug c++/11990] "can't find linker symbol for virtual table for ..." when printing variables Date: Wed, 01 May 2013 14:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Keywords: archer X-Bugzilla-Severity: normal X-Bugzilla-Who: vz-gdb at zeitlins dot org X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at redhat dot com X-Bugzilla-Target-Milestone: 7.7 X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00176.txt.bz2 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 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: . 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.