[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 19:34:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221423 --- Comment #27 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #25) Going along with the 2 -lclang.13 's is: # ls -Tld /usr/local/llvm14/lib/libclang.so* lrwxr-xr-x 1 root wheel 14 Mar 22 01:40:38 2022 /usr/local/llvm14/lib/libclang.so -> libclang.so.13 lrwxr-xr-x 1 root wheel 18 Mar 22 01:40:38 2022 /usr/local/llvm14/lib/libclang.so.13 -> libclang.so.14.0.0 -rwxr-xr-x 1 root wheel 26767664 Mar 22 01:40:38 2022 /usr/local/llvm14/lib/libclang.so.14.0.0 So llvm14 has a libclang.so.13 -> libclang.so.14.0.0 and a libclang.so -> libclang.so.13 for some reason. -- You are receiving this mail because: You are the assignee for the bug.