https://sourceware.org/bugzilla/show_bug.cgi?id=27399
--- Comment #6 from Frank Ch. Eigler ---
OK, my best guess is a transient low-memory condition. Just today we found bug
#27405, which can cause some impressive momentary memory binges in elfutils.
Reducing concurrency is one way to limit its
https://sourceware.org/bugzilla/show_bug.cgi?id=27399
--- Comment #5 from Sergio Durigan Junior ---
(In reply to Sergio Durigan Junior from comment #3)
> (In reply to Frank Ch. Eigler from comment #1)
> > Can you check whether dpkg-deb is decompressing all of its content onto some
> > RAM-backed
Hi Timm,
On Tue, 2021-02-09 at 12:45 +0100, Timm Bäder via Elfutils-devel wrote:
> There is quite a bit of code duplication between src/readelf.c and
> libdw/dwarf_getsrclines.c when parsing header_length, unit_length,
> etc.
>
> Pull the code out into libdwP.h and use it in both of those files.
https://sourceware.org/bugzilla/show_bug.cgi?id=27399
--- Comment #4 from Sergio Durigan Junior ---
(In reply to Frank Ch. Eigler from comment #2)
> Sergio, are the messages you're worried about happening AT THE MOMENT of a
> start / stop? Or just intermittently sometime during the normal operat
https://sourceware.org/bugzilla/show_bug.cgi?id=27399
Sergio Durigan Junior changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #3 from Sergi
On Fri, 2021-02-12 at 16:58 +0100, Mark Wielaard wrote:
> Hi,
>
> On Tue, Feb 09, 2021 at 10:05:05AM +0100, Mark Wielaard wrote:
> > On Tue, 2021-02-09 at 02:26 +, build...@builder.wildebeest.org
> > wrote:
> > > The Buildbot has detected a failed build on builder whole buildset
> > > while bu
Hi Érico,
On Mon, 2021-02-08 at 20:37 -0300, Érico Nogueira via Elfutils-devel
wrote:
> Currently, the run-backtrace-native.sh test fails on musl systems. As
> seen here in the test suite log, this appears to happen because
> elfutils
> expects raise() to be the last function in the stack trace, w
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/10/builds/685
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: fedora-s390x
Build Reason:
Hi Alexander,
On Sun, 2021-02-07 at 16:48 +0100, Alexander Miller via Elfutils-devel
wrote:
> Commit eb922a1b8f3a ("tests: use ${CC} instead of 'gcc' in tests")
> exports ${CC} into the test environment, but doesn't quote the
> value for the assignment. That doesn't work properly if the value
> co
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/4/builds/713
Buildbot URL: https://builder.wildebeest.org/buildbot/
Worker for this Build: debian-i386
Build Reason:
https://sourceware.org/bugzilla/show_bug.cgi?id=27405
Mark Wielaard changed:
What|Removed |Added
CC||mark at klomp dot org
--- Comment #1
https://sourceware.org/bugzilla/show_bug.cgi?id=27405
Bug ID: 27405
Summary: libdw_get_srcfiles should not imply srclines
Product: elfutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component
Hi,
On Tue, Feb 09, 2021 at 10:05:05AM +0100, Mark Wielaard wrote:
> On Tue, 2021-02-09 at 02:26 +, build...@builder.wildebeest.org
> wrote:
> > The Buildbot has detected a failed build on builder whole buildset
> > while building elfutils.
> > Full details are available at:
> > https://bu
While inspecting some type units I noticed the type offset seemed off.
We were printing the offset as is, but it should include the offset of
the unit. There was actually a testcase for this, run-readelf-types.sh
but that had the same bug in the expected output. Fixed both.
Signed-off-by: Mark Wie
Signed-off-by: Mark Wielaard
---
config/ChangeLog| 4
config/elfutils.spec.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/config/ChangeLog b/config/ChangeLog
index d84d38c3..e877bdda 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2021-
For DWARF version 4 or higher a block form really encodes a block,
not an expression location. Also constant offsets can be expressed
as DW_FORM_implicit_const in DWARF version 5.
Signed-off-by: Mark Wielaard
---
libdw/ChangeLog | 6 ++
libdw/dwarf_getlocation.c | 17 +
https://sourceware.org/bugzilla/show_bug.cgi?id=27399
--- Comment #2 from Frank Ch. Eigler ---
Sergio, are the messages you're worried about happening AT THE MOMENT of a
start / stop? Or just intermittently sometime during the normal operating
lifetime of the process?
--
You are receiving this
https://sourceware.org/bugzilla/show_bug.cgi?id=27399
Frank Ch. Eigler changed:
What|Removed |Added
CC||fche at redhat dot com
18 matches
Mail list logo