From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 775803831E17; Mon, 5 Jun 2023 13:52:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 775803831E17 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685973132; bh=mql4KnRcXnYv1t8cws+DqKcebbLuZyGV2fJVrdfve+A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jnD3Jyl7rHmUVNmS2+o/6O1mMghl2uGfSVZUWlz6pIqT5GvD+tG/Wi36nTaZ5HQec grEcTE4UvosLf/UIR5odcmEQLFW4OprDFeq/6XSLxiR022YWBhQdMRb8HWZ5YmCQ+4 WxaQ78x+PrqUxzJzCeuyJrB7115N8az2dVVQmfAs= From: "carlosgalvezp at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/109712] Segmentation fault in linear_search_fdes Date: Mon, 05 Jun 2023 13:52:10 +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: carlosgalvezp at gmail dot com X-Bugzilla-Status: REOPENED 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: attachments.created 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 --- Comment #15 from Carlos Galvez --- Created attachment 55261 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55261&action=3Dedit Reproducible example nvinfer Attaching (hopefully) reproducible example as a tarball, containing: - download.sh: script to download an unpack the Nvidia dependencies. - test.sh: script to build and test the application. It expects a GCC_BASE environment variable existing pointing to the base GCC trunk installation/build. - a.out: the compiled binary. This has been tested on Ubuntu 22.04. Thank you for your time!=