[Bug general/30241] New: RFE add APIs to elfutis libdw

2023-03-17 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30241 Bug ID: 30241 Summary: RFE add APIs to elfutis libdw Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general

[Bug tools/25793] eu-readelf -w dumps incomplete even if debuginfod available

2020-07-23 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25793 Ben Woodard changed: What|Removed |Added CC||woodard at redhat dot com --- Comment #

[Bug tools/25793] eu-readelf -w dumps incomplete even if debuginfod available

2020-09-09 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25793 --- Comment #5 from Ben Woodard --- (In reply to Mark Wielaard from comment #3) > We could maybe add something like --dwarf=follow-links to eu-readelf. But > the DWARF information dumping is already somewhat different from the rest of > eu-rea

[Bug libdw/26696] New: Support SVE dwarf

2020-10-01 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26696 Bug ID: 26696 Summary: Support SVE dwarf Product: elfutils Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: libdw Assi

[Bug libdw/22252] Parallel parsing of CU's DIEs from libdw

2020-11-12 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=22252 Ben Woodard changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libdw/26921] dwarf_getalt () not thread-safe

2020-11-20 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 Ben Woodard changed: What|Removed |Added CC||woodard at redhat dot com --- Comment #

[Bug libdw/26921] dwarf_getalt () not thread-safe

2020-11-20 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 --- Comment #2 from Ben Woodard --- Created attachment 12983 --> https://sourceware.org/bugzilla/attachment.cgi?id=12983&action=edit example backtrace tsearch.c:229 -- You are receiving this mail because: You are on the CC list for the bug

[Bug libdw/26921] dwarf_getalt () not thread-safe

2020-11-20 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 --- Comment #3 from Ben Woodard --- Created attachment 12984 --> https://sourceware.org/bugzilla/attachment.cgi?id=12984&action=edit example backtrace tsearch.c:269 -- You are receiving this mail because: You are on the CC list for the bug

[Bug libdw/26921] dwarf_getalt () not thread-safe

2020-11-20 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 --- Comment #4 from Ben Woodard --- Created attachment 12985 --> https://sourceware.org/bugzilla/attachment.cgi?id=12985&action=edit example backtrace tsearch.c:214 -- You are receiving this mail because: You are on the CC list for the bug

[Bug libdw/26921] dwarf_getalt () not thread-safe

2020-11-20 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 --- Comment #5 from Ben Woodard --- There were 214 crashes in my test that ended up in tseach.c those 4 back traces represent the 4 places where the problem occured. tsearch.c:229 - 181 cases tsearch.c:269 - 16 cases tsearch.c:214 - 13 cases

[Bug libdw/26921] dwarf_getalt () not thread-safe

2020-11-20 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 --- Comment #6 from Ben Woodard --- Created attachment 12986 --> https://sourceware.org/bugzilla/attachment.cgi?id=12986&action=edit a unique one at tsearch.c:229 This one particular crash is unique in that it does NOT contain __libdw_inter

[Bug libdw/26921] dwarf_getalt () not thread-safe

2020-11-21 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 --- Comment #8 from Ben Woodard --- One thing that I’m unclear about is how these two are different. It doesn’t matter to me that they are split up but I just don’t understand why? -ben On Sat, Nov 21, 2020 at 2:00 PM mark at klomp dot org

[Bug tools/28043] New: Add LSDA decoding to eu-readelf

2021-07-01 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28043 Bug ID: 28043 Summary: Add LSDA decoding to eu-readelf Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: tools

[Bug tools/28043] Add LSDA decoding to eu-readelf

2021-07-01 Thread woodard at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28043 --- Comment #1 from Ben Woodard --- Having code or maybe even an API that decodes the LSDA would also be helpful for elfutils-libs users like libabigail as they work to resolve issues like: https://sourceware.org/bugzilla/show_bug.cgi?id=28025