Proposing elfutils-0.187 for Monday 25 April

2022-04-15 Thread Mark Wielaard
Hi, It has been 5 months since elfutils 0.186 was released. There have been more than 70 commits since then. And 20 bugs closed. I propose we do an elfutils 0.187 release Monday 25 April. There are still a couple of unreviewed patches: https://patchwork.sourceware.org/project/elfutils/list/ I'll

Re: PATCH: testsuite debuginfod

2022-04-15 Thread Mark Wielaard
Hi Frank, On Sun, 2021-12-05 at 18:30 +0100, Mark Wielaard wrote: > On Tue, Oct 05, 2021 at 06:55:34PM +0200, Mark Wielaard wrote: > > On Thu, 2021-09-30 at 10:50 -0400, Frank Ch. Eigler via Elfutils-devel > > wrote: > > > commit 85602ff68179053f19a2005df4fc653a69757584 (HEAD -> master) > > > Auth

Re: [PATCH v2] config: simplify profile.*sh.in

2022-04-15 Thread Mark Wielaard
Hi, On Wed, 2022-01-19 at 13:31 +0100, наб via Elfutils-devel wrote: > On Tue, Jan 18, 2022 at 11:13:28AM -0500, Frank Ch. Eigler wrote: > > You mean "prefix=@prefix@". And it's not needless, > > because @sysconfdir@ often expands to "$prefix/something", > > which requires a prefix var to be set

Re: Proposing elfutils-0.187 for Monday 25 April

2022-04-15 Thread Di Chen via Elfutils-devel
Hey Mark, The latest patch for PR28928 locates in bugzilla, and it's attached in https://sourceware.org/bugzilla/show_bug.cgi?id=28928 Di On Fri, Apr 15, 2022 at 6:41 PM Mark Wielaard wrote: > Hi, > > It has been 5 months since elfutils 0.186 was released. There have been > more than 70 commit

symbol resolution differences with -flto

2022-04-15 Thread Milian Wolff
Hey there, a user reported broken symbol resolution in hotspot/perfparser which uses elfutils when he's using it on code compiled with LTO. I think I can reproduce this, and now spent some time trying to figure out the breakage. I found at least one situation that is seemingly related to the u

Re: [PATCH v2] config: simplify profile.*sh.in

2022-04-15 Thread наб via Elfutils-devel
Hi! On Fri, Apr 15, 2022 at 01:48:23PM +0200, Mark Wielaard wrote: > I have added a ChangeLog entry: > > 2022-01-19 Ahelenia Ziemiańska > >* profile.csh.in: Set DEBUGINFOD_URLS directly. Use "$0" and : >in sh -c. >* profile.sh.in: Set DEBUGINFOD_URLS directly. Don't use

Re: parallel downloads of multiple debuginfo files

2022-04-15 Thread Mark Wielaard
Hi, On Fri, 2022-04-08 at 17:31 -0400, Frank Ch. Eigler via Elfutils-devel wrote: > Hi - > > > But once again - isn't this a problem that everyone using dwfl is > > going to > > encounter? Should we not try to find a general solution to this > > problem and > > fix it for all consumers of the A

[Bug tools/28928] Wrong dynamic section entry number

2022-04-15 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28928 Mark Wielaard changed: What|Removed |Added Attachment #14042|0 |1 is obsolete|

[Bug tools/28928] Wrong dynamic section entry number

2022-04-15 Thread dichen at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28928 --- Comment #3 from Di Chen --- Thanks Mark, attachment 14064 looks good to me. You are right, we should let patch for "-d --use-dynamic" (part of Bug 28873) take care of using phdr(PT_DYNAMIC) to get the section data. Because I was considerin