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

2020-11-21 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 --- Comment #9 from Mark Wielaard --- (In reply to Ben Woodard from comment #8) > 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? Simply so t

[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 libdw/26921] dwarf_getalt () not thread-safe

2020-11-21 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26921 --- Comment #7 from Mark Wielaard --- Thanks for the backtraces, they show a different concurrent unsafe thing in libdw, the usage of (lazy) tsearch caches. I opened a separate bug for that, bug #26930 -- You are receiving this mail because:

[Bug libdw/26930] New: tsearch/tfind tree caches need locking

2020-11-21 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26930 Bug ID: 26930 Summary: tsearch/tfind tree caches need locking Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libd

[PATCH] debuginfod: Handle "/" and report unrecognized operations

2020-11-21 Thread Mark Wielaard
This doesn't change any functionality, but simply shows something a little user friendlier when accessing the server "by hand" (in a browser). Signed-off-by: Mark Wielaard --- debuginfod/ChangeLog | 5 + debuginfod/debuginfod.cxx | 20 +++- 2 files changed, 24 insertion

Re: [patch] debuginfod more metrics

2020-11-21 Thread Mark Wielaard
Hi Frank, On Thu, 2020-11-19 at 13:50 -0500, Frank Ch. Eigler via Elfutils-devel wrote: > Subject: [PATCH] debuginfod: add thread-busy metrics to webapi > service > > Improve monitoring of debuginfod instances by tracking thread_busy > status for the threads responding to http requests. While th