Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478991
| From | Alexander Potapenko <glider@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] scripts: add ksymbolize.py |
| Date | 2016-09-08 11:50 +0200 |
| Message-ID | <sf482-44o-27@gated-at.bofh.it> (permalink) |
| References | <s9Jnz-4PI-13@gated-at.bofh.it> <s9L62-62m-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Aug 24, 2016 at 8:19 PM, Levin, Alexander <alexander.levin@verizon.com> wrote: > On Wed, Aug 24, 2016 at 12:37:35PM -0400, Alexander Potapenko wrote: >> he script that symbolizes BUG messages and KASAN error reports >> by adding file:line information to each stack frame. >> The script is a copy of >> https://github.com/google/sanitizers/blob/master/address-sanitizer/tools/kasan_symbolize.py >> , originally written by Andrey Konovalov. > > So what's the difference between this script and scripts/decode_stacktrace.sh that already lives upstream? The biggest problem is that decode_stacktrace.sh invokes addr2line for each output line. It took the script 30 seconds to symbolize a report with 57 stack frames on my machine, whereas ksymbolize.py did that in 1.5 seconds. I've taken a look at the decode_stacktrace.sh output, and found it not differing much from that of ksymbolize.py There are a few minor differences that could be probably fixed in decode_stacktrace.sh (the way how inlined frames are printed, symbolization of RIP addresses or KASAN report headings), so I don't have a strong opinion about whether we need to replace one with another. In my opinion it's easier to hack a Python script, but YMMV. > > Thanks, > Sasha -- Alexander Potapenko Software Engineer Google Germany GmbH Erika-Mann-Straße, 33 80636 München Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] scripts: add ksymbolize.py Alexander Potapenko <glider@google.com> - 2016-09-08 11:50 +0200
csiph-web