[Bug 267527] bash crashes with segfault if LC_CTYPE or LC_ALL not set
Date: Wed, 09 Nov 2022 15:26:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267527 --- Comment #3 from Michal <michal.berger@intel.com> --- And just to note, this locale issue does affect other tooling as well. For instance: ... autoreconf --install --symlink -f # this is basically perl running panic: locale.c: 4560: Could not change LC_CTYPE locale to C.UTF-8, errno=22 ... So in the above perl is also affected. In this case exporting LC_ALL=C does help, but just the LC_CTYPE does not. -- You are receiving this mail because: You are the assignee for the bug.