Date: Thu, 07 Apr 2022 16:57:57 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 221423] gcc std::locale(LocaleName) crashes instead of throwing an exception Message-ID: <bug-221423-29464-DcUibk16Eg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221423-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-221423-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221423 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #21 from Konstantin Belousov <kib@FreeBSD.org> --- It is not platform-specific. The magic is in /usr/local/libdata/ldconfig/gcc<version> and somewhat randomly depends on the order of directorires as applied by `for i in ${ldconfig_local_dirs}; do ...` loop in /etc/rc.d/ldconfig script. Ideally, because gcc project takes backward ABI compatibility quite serious= ly, only gcc<highest version> file from libdata/ldconfig directory should be applied. I have no idea how to do that idiomatically. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221423-29464-DcUibk16Eg>