From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3E0A3858C52; Wed, 18 Oct 2023 13:57:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3E0A3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1697637455; bh=RBDW+6JQJazH2VXplXoZkWGvm1OmiSeySJaP+3GJ1ao=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OL1Vsc3yWIpauCo+d3Zmq959M8EWxgt5F68AQjCqr+AgF4O2ypKp8Q7DHg8zakizQ qNUSXbtjVGIb1X9AS7Pctm9il0utiq+gK0AcdgSZrZNOXuJdYv6SrbwLIu6FDRCOaa QSA7Hf/v+C6TraX2ZH10s8UDsdhzXyUI4G4t3Xxk= From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug libdw/30980] offline.c:53: dwfl_offline_section_address: Assertion `mod->e_type == ET_REL' failed. Date: Wed, 18 Oct 2023 13:57:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libdw X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30980 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard --- Comment on attachment 15181 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15181 The file that elfutils crashes on while trying to read debug info. One slightly odd thing, although probably not the real cause of this bug, is that the build-id stored in the libjavascriptcoregtk-4.1.so.0.4.10 is only 8 bytes wide: Note section [ 1] '.note.gnu.build-id' of 24 bytes at offset 0x318: Owner Data size Type GNU 8 GNU_BUILD_ID Build ID: 289bbb6d9dfaf6e3 Normally they are ~20 bytes wide. Which guarantees they are globally unique. --=20 You are receiving this mail because: You are on the CC list for the bug.=