Buildbot failure in Wildebeest Builder on whole buildset

2021-09-12 Thread buildbot
The Buildbot has detected a new failure on builder elfutils-fedora-s390x while building elfutils. Full details are available at: https://builder.wildebeest.org/buildbot/#builders/10/builds/795 Buildbot URL: https://builder.wildebeest.org/buildbot/ Worker for this Build: fedora-s390x Build R

[COMMITTED] debuginfod: Add endl after "fdcache emergency flush for filling tmpdir" log

2021-09-12 Thread Mark Wielaard
Without the endl the next log message will not start on its own line. Signed-off-by: Mark Wielaard --- debuginfod/ChangeLog | 5 + debuginfod/debuginfod.cxx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog index 7e221f54..

Re: Buildbot failure in Wildebeest Builder on whole buildset

2021-09-12 Thread Mark Wielaard
Hi, On Sun, Sep 12, 2021 at 09:56:39PM +, build...@builder.wildebeest.org wrote: > The Buildbot has detected a new failure on builder elfutils-centos-x86_64 > while building elfutils. > Full details are available at: > https://builder.wildebeest.org/buildbot/#builders/1/builds/835 > > Bu

Buildbot failure in Wildebeest Builder on whole buildset

2021-09-12 Thread buildbot
The Buildbot has detected a new failure on builder elfutils-centos-x86_64 while building elfutils. Full details are available at: https://builder.wildebeest.org/buildbot/#builders/1/builds/835 Buildbot URL: https://builder.wildebeest.org/buildbot/ Worker for this Build: centos-x86_64 Build

Re: [PATCH] lib: Make error.c more like error(3)

2021-09-12 Thread Mark Wielaard
Hi Colin, On Fri, Sep 10, 2021 at 11:07:16AM -0700, Colin Cross via Elfutils-devel wrote: > Fix some issues with the error reimplementation to make it match > the specification for error(3). > > Flush stdout before printing to stderr. Also flush stderr afterwards, > which is not specified in the

[Bug libdw/28220] dwarf_location_attr returns high-bit junk from .debug_addr when fetching 32-bit addresses

2021-09-12 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28220 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

Re: [PATCH] libdw: set address size, offset size and version on fake CUs

2021-09-12 Thread Mark Wielaard
Hi, On Wed, Sep 08, 2021 at 10:14:02PM +0200, Mark Wielaard wrote: > There are three "fake CUs" that are associated with .debug_loc, > .debug_loclist and .debug_addr. These fake CUs are used for "fake > attributes" to provide values that are stored in these sections > instead of in the .debug_inf

Re: [Bug debuginfod/27277] Describe retrieved files when verbose

2021-09-12 Thread Mark Wielaard
Hi Noah, On Fri, Sep 10, 2021 at 02:22:00PM -0400, Noah Sanci via Elfutils-devel wrote: > From 979f19eb4fd7a35ace4ddafed103922559b93120 Mon Sep 17 00:00:00 2001 > From: Noah Sanci > Date: Wed, 28 Jul 2021 14:46:05 -0400 > Subject: [PATCH 2/2] debuginfod: PR27277 - Describe retrieved files when >

Re: [Bug debuginfod/28034] client-side %-escape url characters

2021-09-12 Thread Mark Wielaard
Hi Noah, On Thu, Sep 09, 2021 at 01:28:21PM -0400, Noah Sanci via Elfutils-devel wrote: > The attached patch %-escapes debuginfod url characters, then unescapes only > '/' characters. Previously characters such as '+' were not escaped and caused > improper escaping further on in handler_cb. > http