[Bug debuginfod/28194] confirm cross-building works

2021-08-05 Thread erico.erc+sourcewarebugzilla at gmail dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28194 erico.erc+sourcewarebugzilla at gmail dot com changed: What|Removed |Added CC|

[Bug libelf/28190] FAIL: run-backtrace-native.sh with glibc 2.34

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

Re: [PATCH] debuginfod-doc: PR27950 - Remove redanduncies in man page.

2021-08-05 Thread Mark Wielaard
Hi Alice, (adding elfutils-devel back to CC so other know what we discussed) On Wed, 2021-08-04 at 17:36 -0400, Alice Zhang wrote: > Hi Mark, I made debuginfod-client-config.7 a relatively complete man page > and include only the part we need into other files by using > $.if \n(zZ=1 .ig zZ > ...

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

2021-08-05 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > I like the verbose http header output, but wish it was done earlier > instead of after the download. Maybe when we commit to an url, if the > info is available then. What do you mean "done"? Printed? > The new X-FILE and X-ARCHIVE headers also seem useful. > One question about X-FILE,

[Bug libelf/28190] FAIL: run-backtrace-native.sh with glibc 2.34

2021-08-05 Thread richard.purdie at linuxfoundation dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28190 --- Comment #6 from richard.purdie at linuxfoundation dot org --- Thanks, this version seems to resolve things! -- You are receiving this mail because: You are on the CC list for the bug.

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

2021-08-05 Thread Mark Wielaard
Hi Noah, On Wed, 2021-08-04 at 14:54 -0400, Noah Sanci via Elfutils-devel wrote: > The attached patch dumps the http headers retrieved from the > debuginfod server which a file was downloaded from. Some custom > headers are now returned such as X-FILE, X-FILE-SIZE, and X-ARCHIVE > to give some

[Bug debuginfod/28194] New: confirm cross-building works

2021-08-05 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28194 Bug ID: 28194 Summary: confirm cross-building works Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod

Re: Buildbot failure in Wildebeest Builder on whole buildset

2021-08-05 Thread Mark Wielaard
On Wed, 2021-08-04 at 15:13 +, 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/796 > > Buildbot URL:

[Bug libelf/28190] FAIL: run-backtrace-native.sh with glibc 2.34

2021-08-05 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28190 --- Comment #5 from Mark Wielaard --- (In reply to richard.purdie from comment #4) > I tested the patch, thanks. This worked on our x86_64 target tests but not > on our aarch64 ones: > > case 0: expected symname 'raise' got

[PATCHv2] tests: Allow an extra pthread_kill frame in backtrace tests

2021-08-05 Thread Mark Wielaard
glibc 2.34 calls pthread_kill from the raise function. Before raise directly called the (tg)kill syscall. So allow pthread_kill to be the first frame in a backtrace where raise is expected. Also change some asserts to fprintf plus abort to make it more clear why the testcase fails.