Date: Wed, 09 Nov 2022 15:26:11 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267527] bash crashes with segfault if LC_CTYPE or LC_ALL not set Message-ID: <bug-267527-7788-9YCFfHhzd5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267527-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267527-7788@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=3D267527 --- 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= =3D22 ... So in the above perl is also affected. In this case exporting LC_ALL=3DC do= es help, but just the LC_CTYPE does not. --=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-267527-7788-9YCFfHhzd5>