Hi -
> On Tue, Dec 01, 2020 at 10:23:30AM -0500, Frank Ch. Eigler wrote:
> > We could also entertain teaching debuginfod itself to compress on the
> > fly. It's just a more tricky use of the libmicrohttpd apis.
>
> Btw, JFYI, we have in ALT Linux our own debuginfod implementation (two
> scripts
The Buildbot has detected a failed build on builder whole buildset while
building elfutils.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/11/builds/702
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-ppc64le
Build Reaso
The Buildbot has detected a failed build on builder whole buildset while
building elfutils.
Full details are available at:
https://builder.wildebeest.org/buildbot/#builders/3/builds/747
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-x86_64
Build Reason:
On Sat, Apr 03, 2021 at 07:54:41PM +0200, Mark Wielaard wrote:
> If dwfl_begin fails we won't use the dwfl_fd descriptor we just dupped.
> Make sure to close on dwfl_begin failure to avoid the leak.
Pushed.
On Sat, Apr 03, 2021 at 07:38:07PM +0200, Mark Wielaard wrote:
> eu-unstrip might leak a string for each module found when using the -d
> option. Make sure to free the output_file name when we are done with the
> module.
Pushed.
On Sat, Apr 03, 2021 at 07:24:42PM +0200, Mark Wielaard wrote:
> newfd is normally created by mkstemp given the original fd exists.
> Otherwise it will created by open from arfname. In the second case
> newfd might not get closed. Preventd this by always trying to close
> it after errout.
Pushed.
Hi,
On Tue, Dec 01, 2020 at 10:23:30AM -0500, Frank Ch. Eigler wrote:
> We could also entertain teaching debuginfod itself to compress on the
> fly. It's just a more tricky use of the libmicrohttpd apis.
Btw, JFYI, we have in ALT Linux our own debuginfod implementation (two
scripts in ruby based