This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/16405] backtrace takes GBs and minutes with dwz -m


https://sourceware.org/bugzilla/show_bug.cgi?id=16405

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
527f3840e1af8bc2e3173922ddae15d0021ed9b1 master
0325b9bae8037aaa69cdfc8aa43a46678474f261 7.9

time gdb -batch -q -p `pidof soffice.bin` -ex 'thread apply all bt full'|wc -l
174
real    0m6.805s

time gdb -batch -q -p `pidof soffice.bin` -ex 'thread apply all bt'|wc -l
61
real    0m3.635s

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]