From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EB1FA3858CDB; Wed, 18 Oct 2023 14:26:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB1FA3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1697639204; bh=hFqhnitxjJA5t2e2ssZ65D7FTkh20ZQvQRYHLPVnVhk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S0vQSTPLEWwajCdLNmm48tZuQwK61sieNF1U1l6Dk3COeL00Bj+DI9HZ7GNwE3q+M mrgwCMX0DpSC05SHHWSEV0URr7B/ITVvsZ6QTIUV20778+QwtoDTUaFMstf/yfgXrU FUeZErxJe54g0gqoPh+aQciREPCaempBvfG3EhHc= 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:26:44 +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 #4 from Mark Wielaard --- O, apparently systemd isn't updated on freedesktop.org anymore. So my git r= epo is stale. The copy on github (sigh) does have those files and the parse_core function. The dwfl setup is done with: const Dwfl_Callbacks callbacks =3D { .find_elf =3D sym_dwfl_build_id_find_elf, .section_address =3D sym_dwfl_offline_section_address, .find_debuginfo =3D sym_dwfl_standard_find_debuginfo, }; Where sym_dwfl_offline_section_address is through some magic the libdw.so dwfl_offline_section_address. At least that explains why dwfl_offline_section_address is called. --=20 You are receiving this mail because: You are on the CC list for the bug.=