[Bug 221423] gcc std::locale(LocaleName) crashes instead of throwing an exception
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 18:31:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221423 --- Comment #26 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Konstantin Belousov from comment #24) On the aarch64 machine that also has the armv7 chroot area: # find / -name libstdc++.so.6 -print | more /usr/obj/DESTDIRs/main-CA53-chroot/usr/local/lib/gcc11/libstdc++.so.6 /usr/obj/DESTDIRs/main-CA72-chroot/usr/local/lib/gcc11/libstdc++.so.6 /usr/obj/DESTDIRs/main-CA7-chroot/usr/local/lib/gcc11/libstdc++.so.6 /usr/local/lib/gcc11/libstdc++.so.6 Effectively there is only one libstdc++.so.6 outside the chroot trees and only one in each chroot tree. The ldconfig -r output in the contexts shows no examples of cross-tree references. -- You are receiving this mail because: You are the assignee for the bug.