From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7340 invoked by alias); 14 Jun 2012 11:05:09 -0000 Received: (qmail 7306 invoked by uid 22791); 14 Jun 2012 11:05:08 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jun 2012 11:04:53 +0000 From: "michael.meeks at suse dot com" To: gdb-prs@sourceware.org Subject: [Bug python/14235] New: verbose RTTI message polluting traces Date: Thu, 14 Jun 2012 11:05:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: michael.meeks at suse dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: 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-q2/txt/msg00242.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14235 Bug #: 14235 Summary: verbose RTTI message polluting traces Product: gdb Version: 7.3 Status: NEW Severity: normal Priority: P2 Component: python AssignedTo: unassigned@sourceware.org ReportedBy: michael.meeks@suse.com Classification: Unclassified We have number of python pretty-printers for LibreOffice to make our component system much more usable and helpful in gdb. Unfortunately this doesn't handle the case where we don't compile the whole project with debugging symbols. We don't compile the whole project like that due to the time it takes, and the huge size of the result (making the development interation slower) not least with ld / gdb :-) Anyhow - with partial symbols eg. symbols missing for the libfwklo.so when generating a backtrace from a breakpoint in vcl's void Window::Show( sal_Bool bVisible, sal_uInt16 nFlags ) method (going through framework at some stage) - I get: (gdb) bt #0 Window::Show (this=0x8a7cf28, bVisible=1 '\001', nFlags=0) at /data/opt/libreoffice/master/vcl/source/window/window.cxx:6180 #1 0xb784d187 in SfxFrame::SfxFrame (this=0x8a7cde0, i_rContainerWindow=..., i_bHidden=false) at /data/opt/libreoffice/master/sfx2/source/view/frame2.cxx:338 #2 0xb784d6f1 in SfxFrame::Create (i_rFrame=warning: RTTI symbol not found for class 'framework::Frame' warning: RTTI symbol not found for class 'framework::Frame' warning: RTTI symbol not found for class 'framework::Frame' warning: RTTI symbol not found for class 'framework::Frame' uno::Reference to { = { = {_vptr.XInterface = 0xb163c4f0}, }, }) at /data/opt/libreoffice/master/sfx2/source/view/frame2.cxx:315 where the: warning: RTTI symbol not found for class 'framework::Frame' is quite annoying :-) -- 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.