From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 862 invoked by alias); 2 May 2013 23:28:41 -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 828 invoked by uid 48); 2 May 2013 23:28:41 -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: Thu, 02 May 2013 23:28: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: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at redhat dot com X-Bugzilla-Target-Milestone: 7.7 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 X-SW-Source: 2013-q2/txt/msg00180.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=11990 --- Comment #11 from vz-gdb at zeitlins dot org 2013-05-02 23:28:40 UTC --- After the last mistake I hesitate to reopen this once again but there is a fatal bug in the latest version (binutils_latest_snapshot-1587-g51c07ff from git master) which can result in an infinite recursion in cp_lookup_symbol_namespace(). This already happened twice to me, once when calling a function using "p gtk_xxx()" and another time simply when using TAB completion after "p". I don't know if it's related to this change and unfortunately I still don't have a simple reproducible example but this bug definitely wasn't in 7.6. Another regression possibly related to this change I noticed with the latest version is that "b Foo::Bar" now creates 2 breakpoints: one on the real function in C++ source itself and another at "Foo::Bar()@plt" which is hit before the real breakpoint is. Again, this is something that didn't happen with 7.6. -- 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.