From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ADA3E3858406; Mon, 8 Nov 2021 09:44:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADA3E3858406 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1636364678; bh=DH71krSQjSPjQRNOdvEkyDaMiN+t/Mvz0FWfBFPuUa4=; h=From:To:Subject:Date:From; b=upfMg4L+7MlSWfFD/fqeFzBuMxJ96geIuSQGBDiq8VgHKBkj6MsgDTyj8YXHYxxZL aDRdWQ+G0+IPscsTH7fE3bRDdMZfaqFefZB4vO9M4kT5gqmt4ceZpiMtmFCtNVnJu8 WHxspTrbn6gU+nlDeJbF+/a1ZAEuHdCBgrDR/X54= From: "christian.morales.vega at gmail dot com" To: debugedit@sourceware.org Subject: [Bug find-debuginfo/28559] New: Shared libraries without execution permissions are ignored Date: Mon, 08 Nov 2021 09:44:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: find-debuginfo X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: christian.morales.vega at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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 X-BeenThere: debugedit@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: debugedit development mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2021 09:44:38 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28559 Bug ID: 28559 Summary: Shared libraries without execution permissions are ignored Product: debugedit Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: find-debuginfo Assignee: unassigned at sourceware dot org Reporter: christian.morales.vega at gmail dot com CC: debugedit at sourceware dot org Target Milestone: --- find-debuginfo only considers files with execution permissions (https://sourceware.org/git/?p=3Ddebugedit.git;a=3Dblob;f=3Dscripts/find-de= buginfo.in;h=3Db07a52fe4b983bc7c9c5e12414d68bb91bbe7ea3;hb=3Df62fdfc7e8ddb9= 887f91a021636a4b430c76ec05#l415). But not everybody thinks giving execution permissions to shared libraries, specially by default, is a good idea; but the debug information from them n= eeds to be extracted. OpenSUSE even has this patch saying '-or -name "*.so*"' (https://build.opensuse.org/package/view_file/openSUSE:Factory/rpm/finddebu= ginfo.diff) --=20 You are receiving this mail because: You are on the CC list for the bug.=