From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 88E703858428; Fri, 27 Oct 2023 08:32:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88E703858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698395559; bh=TYhZUhyiM4IXq4qznqdFy2RBRg+SPAwlxxg6HMhxtv8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FH9mJtDcHuuuXIt6o8eLY6qkUFmz8wlNXrccTEZlRoeHTwK4/PTdJUpNfy8n9+S4f ODuBIPu9vb93qWgKVrn/hoEBuh5lIXHtM0mpKtBL3T7NaW4GP9CRsOkMcRu0o6LuFj WEbeJhsLIQlSkf2a9mM7nJPHkN4QUrgwZIq4uvWM= From: "a1ba.omarov at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/82366] std::regex constructor called from shared library throws std::bad_cast Date: Fri, 27 Oct 2023 08:32:24 +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: 7.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: a1ba.omarov at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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=3D82366 --- Comment #11 from Alibek Omarov --- I reproduced it with the game engine loading game mod, on Ubuntu Linux syst= em. Both the engine and the mod are open source, but I'm trying to craft a smal= ler example.=