Re: ☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)

2022-05-27 Thread Frank Ch. Eigler via Elfutils-devel
Hi - n-metrics.sh: line 198: 27160 Aborted (core dumped) env LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d ${DB} -F -U -t0 -g0 -p $PORT1 L D F > vlog$PORT1 2>&1 > [...] > Process 27160 (debuginfod) of user 994 killed by SIGABRT - ignoring (low free

[Bug general/29176] run-backtrace-native-biarch.sh seems to fail on Ubuntu Jammy

2022-05-27 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29176 --- Comment #6 from Evgeny Vereshchagin --- > Is the dbgsym package for the main (x86_64) libc6 package also installed? As far as I can see libc6-dbg is installed there but even without it when code is compiled without -m32 and aborts backtra

[Bug general/29176] run-backtrace-native-biarch.sh seems to fail on Ubuntu Jammy

2022-05-27 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29176 Mark Wielaard changed: What|Removed |Added Resolution|INVALID |--- Ever confirmed|0

☺ Buildbot (GNU Toolchain): elfutils - build successful (master)

2022-05-27 Thread builder--- via Elfutils-devel
A restored build has been detected on builder elfutils-centos-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/39/builds/32 Build state: build successful Revision: b8713b3fd0617415c76df8c9da70f8e2f26d3134 Worker: centos-x86_64 B

Re: ☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)

2022-05-27 Thread Mark Wielaard
On Fri, May 27, 2022 at 04:02:41PM +, builder--- via Elfutils-devel wrote: > A new failure has been detected on builder elfutils-centos-x86_64 while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#builders/39/builds/31 > > Build state: f

[Bug general/29176] run-backtrace-native-biarch.sh seems to fail on Ubuntu Jammy

2022-05-27 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29176 Evgeny Vereshchagin changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug general/29176] run-backtrace-native-biarch.sh seems to fail on Ubuntu Jammy

2022-05-27 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29176 --- Comment #3 from Evgeny Vereshchagin --- I added printf and here's what it printed on Ubuntu Jammy: ``` FRAMENO: '0', SYMNAME: '__kernel_vsyscall' FRAMENO: '1', SYMNAME: '' FRAMENO: '2', SYMNAME: 'raise' FRAMENO: '3', SYMNAME: 'main' FRAMEN

Re: [Bug debuginfod/28577] Make run-...-fd-prefetch-caches.sh test something

2022-05-27 Thread Mark Wielaard
Hi Noah, On Wed, 2022-05-25 at 14:44 -0400, Noah Sanci via Elfutils-devel wrote: > PR28577: Make run-debuginfod-fd-prefetch-caches.sh test > something > > Update to the run-debuginfod-fd-prefetch to make the test more sound. Thanks. And according to Evgeny this makes the test pass f

[Bug general/29176] run-backtrace-native-biarch.sh seems to fail on Ubuntu Jammy

2022-05-27 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29176 --- Comment #2 from Evgeny Vereshchagin --- > Do you have any more information on what changed between "Focal" and "Jammy", > glibc upgrade? some system settings, gcc upgrade? That might explain what you > are seeing? I think everything was

☠ Buildbot (GNU Toolchain): elfutils - failed test (failure) (master)

2022-05-27 Thread builder--- via Elfutils-devel
A new failure has been detected on builder elfutils-centos-x86_64 while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#builders/39/builds/31 Build state: failed test (failure) Revision: b8713b3fd0617415c76df8c9da70f8e2f26d3134 Worker: centos-x86_64

[Bug general/29180] run-debuginfod-fd-prefetch-caches.sh seems to fail on Ubuntu Focal when elfutils is built with --enable-gcov

2022-05-27 Thread evvers at ya dot ru via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29180 --- Comment #2 from Evgeny Vereshchagin --- With that patch applied the test passed in https://github.com/evverx/elfutils/pull/86 and according to https://coveralls.io/builds/49520251 the coverage of debuginfod.cxx went up a little. `git am`

[Bug general/29176] run-backtrace-native-biarch.sh seems to fail on Ubuntu Jammy

2022-05-27 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29176 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[Bug debuginfod/25368] handle native golang buildids

2022-05-27 Thread nsanci at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25368 --- Comment #2 from Noah Sanci --- (In reply to Noah Sanci from comment #1) > Debuginfod can scan rpms including golang executables, debuginfo, and source > and serve them so long as the golang binary has an associate gnu build. Debuginfod fun

Re: [PATCH] libdwfl: Update docs and nonnull attributes for dwfl_module_addrinfo

2022-05-27 Thread Mark Wielaard
Hi, On Sun, 2022-05-15 at 22:00 +0200, Mark Wielaard wrote: > Make clear that both the offset and sym arguments cannot be NULL. > > https://bugzilla.redhat.com/show_bug.cgi?id=1986555 I didn't get feedback on the actual wording, but I think this is better than we had. So pushed. Cheers, Mark

[Bug debuginfod/28325] create new debuginfod.service.8 man page

2022-05-27 Thread nsanci at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28325 Noah Sanci changed: What|Removed |Added CC||nsanci at redhat dot com Assig

[Bug debuginfod/25368] handle native golang buildids

2022-05-27 Thread nsanci at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25368 Noah Sanci changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug general/29180] run-debuginfod-fd-prefetch-caches.sh seems to fail on Ubuntu Focal when elfutils is built with --enable-gcov

2022-05-27 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29180 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org Assig