From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0D01E3858C53; Wed, 18 Oct 2023 14:01:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D01E3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1697637709; bh=hu+Jzib368CzTGjW7Bn/fXswWdTUucQZ4wESiS1xCeM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dEbGl2ESjDEUOnhpFjxhd0FOozQQe9FXbqRQDzIVS5yGlfi/ODYoSjIipxNf1l9Ls 2c4+CatTN2sCtROzrklYRckLk693s2M58EjbIdE6XZb0kmflpBq88WrnLb4i8esCDw 7HqY5ZRqiKjy8NFMuFlQa63xKiocXx0018W9bD4E= 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 14:01:48 +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: 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 --- Comment #2 from Mark Wielaard --- This however is really odd and might explain why we get onto an ET_REL path: $ eu-readelf -x .gnu_debuglink ~/Downloads/libjavascriptcoregtk-4.1.so.0.4.10.zst Hex dump of section [28] '.gnu_debuglink', 84 bytes at offset 0x1fbedc8: 0x00000000 63727469 2e6f2e64 65627567 00000000 crti.o.debug.... 0x00000010 2aa4dad4 63727462 6567696e 532e6f2e *...crtbeginS.o. 0x00000020 64656275 67000000 39c05e5d 63727465 debug...9.^]crte 0x00000030 6e64532e 6f2e6465 62756700 6b271cc4 ndS.o.debug.k'.. 0x00000040 6372746e 2e6f2e64 65627567 00000000 crtn.o.debug.... 0x00000050 5fbdc21b _... So when looking for the separate .debug file, when we don't have a build-id match, we will search for crti.o.debug... --=20 You are receiving this mail because: You are on the CC list for the bug.=