[bash-5.1-rc2.] Do not leave /tmp/fchist-nnnn, please.

2020-11-03 Thread Kiyoshi KANAZAWA
Hello, Testing bash-5.1-rc2. make & make check passed, but /tmp/fchist- is made and not removed in make check ( seems to be precess id). Environment: $ uname -a SunOS hidden 5.11 11.3 i86pc i386 i86pc $ gcc --version gcc (GCC) 10.2.0 Regards, --- Kiyoshi

Re: Segfaults over a glob with quoted UTF-8 characters

2020-11-03 Thread Chet Ramey
On 11/3/20 4:09 PM, Frédéric Brière wrote: > $ echo $BASH_VERSION >5.1.0(1)-rc1 > $ echo $LC_ALL >C.UTF-8 > $ echo é/* >é/* > $ echo 'é'/* >Segmentation fault (core dumped) > > The same occurs when escaping with a backslash. Whether or not the glob > actually matches somet

Segfaults over a glob with quoted UTF-8 characters

2020-11-03 Thread Frédéric Brière
$ echo $BASH_VERSION 5.1.0(1)-rc1 $ echo $LC_ALL C.UTF-8 $ echo é/* é/* $ echo 'é'/* Segmentation fault (core dumped) The same occurs when escaping with a backslash. Whether or not the glob actually matches something does not appear to matter. I could not reproduce this with