From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5C96D3858425; Wed, 21 Dec 2022 13:06:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C96D3858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671627994; bh=ChF5j/t7smlZSajWqt9v7/yezS41I2iMa/ANPhYX+is=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Yh1mJe7wjSoHSYNclFvlsWjfIInBPiqM5Ol9/79L5pNWMtxrQTwefW8EU7++VyJ1b bWxmZkEXzRhdtU7aLt2G99WbYaI//CDtPBcXJwu70hZJAu2HqN/MQdXJT0xPmJg6ww i2qAkqZPwOf/0qZA2fo1k0gjsMlmegPeAtLNlRDw= From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug libdw/29434] Memory leak in `dwarf_getscopes` Date: Wed, 21 Dec 2022 13:06:33 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mark at klomp 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=3D29434 --- Comment #16 from Mark Wielaard --- Sorry this is a bit difficult to debug. Would you be able to show the start of the log? It should show how you are calling dwarf_getscopes. I think I have found the RHEL7 glibc debug file. So I can match up some of = the DIE offsets, but I have some trouble understanding what is going on. It would also be helpful to see the other log statements in dwarf_getscopes= to understand what the first and second calls to __libdw_visit_scopes have as arguments and return value. --=20 You are receiving this mail because: You are on the CC list for the bug.=