From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E67CD3858D1E; Sat, 3 Jun 2023 20:45:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E67CD3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685825137; bh=5X1o5we0YwTkbgkJ1rrk8Ms7rs7kBSvokV31+BnEJyU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lxjO04wkOzNg2wAgLw6svrEKjgSNYZv5dSkdkbx2k+AKlBZpmygcgDpddst28YO/j SIAQOo+kZz57VSf51GyJIz5HhkCntB8sLUa47txCRRxzhvRL3aIq8xT3mNsFOVNbg+ Dm4wSmdA3jzqB6EFZrn838rY5jTJ+ng28COVm4GM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/109712] Segmentation fault in linear_search_fdes Date: Sat, 03 Jun 2023 20:45:37 +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: RESOLVED X-Bugzilla-Resolution: INVALID 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: 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 #11 from Andrew Pinski --- (In reply to Carlos Galvez from comment #10) > So the library was compiled with GCC 7 and has a dependency on > libstdc++.so.6. Via LD_LIBRARY_PATH, I run my executable using GCC trunk > (14)'s libstdc++.so.6. Was the trunk before or after r14-1515-g38e88d41f50d844f1404 ? Can you try building the trunk again?=