From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30500 invoked by alias); 29 Nov 2012 20:03:10 -0000 Received: (qmail 30433 invoked by uid 48); 29 Nov 2012 20:03:06 -0000 From: "vz-gdb at zeitlins dot org" To: gdb-prs@sourceware.org Subject: [Bug c++/9541] Bogus "warning: can't find linker symbol for virtual table for 'Foo' value" messages Date: Thu, 29 Nov 2012 20:03: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: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: vz-gdb at zeitlins dot org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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 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 X-SW-Source: 2012-q4/txt/msg00338.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=9541 --- Comment #4 from vz-gdb at zeitlins dot org 2012-11-29 20:03:04 UTC --- I can confirm that the problem still exists with 7.5.50.20121129-cvs version (built from sources without any special configure options under bog standard x64 Debian system). I didn't see it with wxWindow yet but just showing the value of some random window pointer I see the following: (gdb) p *this $4 = (wxNumberEntryDialog) { = { = { = { = { = { > = { = { = { = { = { ... m_font = warning: can't find linker symbol for virtual table for `wxFont' value { = { = { = { _vptr.wxObject = 0x67e510 <_ZTV6wxFont@@WXU_2.9+16>, m_refData = 0x0 }, }, }, }, m_backgroundColour = warning: can't find linker symbol for virtual table for `wxColour' value { = { = { = { _vptr.wxObject = 0x67b330 <_ZTV8wxColour@@WXU_2.9+16>, m_refData = 0x0 }, }, }, }, ... (gdb) p this->m_font $5 = warning: can't find linker symbol for virtual table for `wxFont' value warning: can't find linker symbol for virtual table for `wxFont' value { = { = { = { _vptr.wxObject = 0x67e510 <_ZTV6wxFont@@WXU_2.9+16>, m_refData = 0x0 }, }, }, } AFAICS there is absolutely nothing special about wxFont and wxColour classes compared to many others that it doesn't seem to have problems with. Please let me know if there is anything else I can do to help finding this bug. -- 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.