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
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
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:
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
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
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