Re: Storing package metadata in ELF objects

2021-05-14 Thread Guillem Jover
On Sat, 2021-04-10 at 13:38:31 +0100, Luca Boccassi wrote: > On Sat, 2021-04-10 at 13:29 +0100, Luca Boccassi wrote: > > After an initial discussion [0], recently we have been working on a new > > specification [0] to encode rich package-level metadata inside ELF > > objects, so that it can be incl

Re: [Bug debuginfod/27859] New: reused debuginfod_client objects don't clean out curl handles enough

2021-05-14 Thread Mark Wielaard
On Thu, May 13, 2021 at 01:26:42AM +, fche at redhat dot com via Elfutils-devel wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=27859 > > In a sequence of queries on the same debuginfod_client, as long as > they are all successful, things are fine. Once there is a 404 error > however

[Bug debuginfod/27859] reused debuginfod_client objects don't clean out curl handles enough

2021-05-14 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27859 --- Comment #1 from Mark Wielaard --- On Thu, May 13, 2021 at 01:26:42AM +, fche at redhat dot com via Elfutils-devel wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=27859 > > In a sequence of queries on the same debuginfod_client

Re: Storing package metadata in ELF objects

2021-05-14 Thread Luca Boccassi
On Fri, 2021-05-14 at 12:41 +0200, Guillem Jover wrote: > On Sat, 2021-04-10 at 13:38:31 +0100, Luca Boccassi wrote: > > On Sat, 2021-04-10 at 13:29 +0100, Luca Boccassi wrote: > > > After an initial discussion [0], recently we have been working on a new > > > specification [0] to encode rich packa

PR27859 PATCH: correct 404-latch in connection reuse

2021-05-14 Thread Frank Ch. Eigler via Elfutils-devel
Hi - (I'll deploy this fix to one of the public servers to confirm it there.) Author: Frank Ch. Eigler Date: Fri May 14 18:37:30 2021 -0400 PR27859: correct 404-latch bug in debuginfod client reuse PR27701 implemented curl handle reuse in debuginfod_client objects, but with