From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 27814385840D; Fri, 10 Mar 2023 23:30:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27814385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678491018; bh=DGN/ib0sWU9xA+eBjv1flb6Li1TtGGq+30X48vtQqd8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vNNF/mWv00E3PhjuHF3pny9kKMnQIcdka1nyx9AVnwyC4vNO4Z3m29unmgLFlwUF5 TVe9OLalSObUorzK3ZEBqlH0GSurj00bP0BK9SnRqdLo/C+QzRKq4//e+jz+Pbqg1U 8CNS3aqgC7R3BHNe7cEVHMej9LM6ZGG/y92zqUMI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109074] SIGABRT signal without using -lpthread at Linux RHEL 7.3 Date: Fri, 10 Mar 2023 23:30:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.8.5 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=3D109074 --- Comment #11 from Andrew Pinski --- (In reply to Murugesan Nagarajan from comment #10) > (In reply to Murugesan Nagarajan from comment #9) > > Thank you again. Reason for Porting this comment: > > Libc Library having core dump issue.hence thought of sharing this bug at > > Libc Library. >=20 > Hence sigabrt signal needs to be handler at libc.so.6 Library > or this could have been fixed at other library. If so (like libc.so:))I n= eed > to know which version of that library fixed this issue. > I'm not changing the status. Again there is no fix to libc needed. The problem is you need to enable threading and you are not doing that and you don't want to admit that is the issue.=