From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 73FF93853D0C; Mon, 5 Jun 2023 10:44:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 73FF93853D0C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685961888; bh=OwydhtD67eeRZA7ZcoFAN8qBvF3HT7ifBlAKkM5vY7g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YB3QwumWkYKSPc9D9oYoQR55nltkfR/AYd2sltjW4cK0UJ73k97BYQ+kEa0RwWmm3 3jpXPJLhWD+IKD+L3ZLmNufqncg4lmxbhR/sFVHse77kPqTb82vMqY+xXWHduxNsDx NE/H7hF6L63ijzhptB74kAKv3FYIn5rHnGbFsH9o= From: "tneumann at users dot sourceforge.net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/109712] Segmentation fault in linear_search_fdes Date: Mon, 05 Jun 2023 10:44:47 +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: tneumann at users dot sourceforge.net 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: 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 #14 from Thomas Neumann = --- I cannot reproduce the problem, but admittedly I used a newer Ubuntu versio= n. I tried compiling it with gcc 7.5.0, linking it with gold 1.16, and using the= gcc version you specified (07c52d1eec9) for the shared library without problems. Can you attach the a.out that you generate? This will hopefully allow me to reproduce the problem.=