From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 11B283858D33; Wed, 3 May 2023 18:42:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11B283858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683139361; bh=BSBRYLGQa9dBOAmDE6C8SEme6zAwRTRX/EXWEJufy/E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CqXVXwh2z69XKKqEc/Qh8A5WsuwUOfJqYfyLnfOt//61IX57RjUOMNkBvw8DvgOH3 Z8fHRqvAGF8whGNQOuss7Y5e+TmNK3werXq+jRDOLa3HvaxGsqwbnk4qjMM71nVQ+l pJ15lepwvmEmcY44FNT+kWrZZ3Qfk70r5t33XI4E= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/109712] Segmentation fault in linear_search_fdes Date: Wed, 03 May 2023 18:42:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed bug_status cf_reconfirmed_on Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109712 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |WAITING Last reconfirmed| |2023-05-03 --- Comment #3 from Andrew Pinski --- >find . -iname "*.deb" -exec dpkg-deb -x {} cuda \; This won't work on non-debian based targets. IIRC debs are archives which contain two tar files which you can just use ar followed by tar to extract = the files instead of using dpkg-deb.=