From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17475 invoked by alias); 10 Jan 2014 20:49:20 -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 17450 invoked by uid 48); 10 Jan 2014 20:49:20 -0000 From: "jan.kratochvil at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug symtab/16405] backtrace locks up on Fedora 20 Date: Fri, 10 Jan 2014 20:49:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jan.kratochvil at redhat dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jan.kratochvil at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q1/txt/msg00036.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16405 Jan Kratochvil changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at sourceware dot org |jan.kratochvil at redhat dot com --- Comment #2 from Jan Kratochvil --- Created attachment 7347 --> https://sourceware.org/bugzilla/attachment.cgi?id=7347&action=edit draft patch This patch: bt Command execution time: 0.472000 (cpu), 0.539249 (wall) Space used: 380514304 (+44015616 for this command) #symtabs: 30964 (+2457), #primary symtabs: 18 (+7), #blocks: 7877 (+7852) + thread apply all bt Command execution time: 0.496000 (cpu), 0.500745 (wall) Space used: 408891392 (+28377088 for this command) #symtabs: 32294 (+1330), #primary symtabs: 31 (+13), #blocks: 16467 (+8590) FSF GDB HEAD: bt Command execution time: 153.667000 (cpu), 154.234038 (wall) Space used: 1283444736 (+946941952 for this command) #symtabs: 4373195 (+4344688), #primary symtabs: 2376 (+2365), #blocks: 12593 (+12568) + thread apply all bt Command execution time: 104.489000 (cpu), 104.961148 (wall) Space used: 1768660992 (+485216256 for this command) #symtabs: 6662638 (+2289443), #primary symtabs: 3673 (+1297), #blocks: 23751 (+11158) But thread apply all bt full is still slow. One may omit DW_TAG_imported_unit even in this case thanks to .gdb_index (if it points to the right CU, maybe it is not). This still affects for example ABRT. gdb -p `pidof soffice.bin` -ex 'set pagination off' -ex 'maintenance set per-command space' -ex 'maintenance set per-command symtab' -ex 'maintenance set per-command time' -- You are receiving this mail because: You are on the CC list for the bug.