Re: Is this a bug?

2020-08-19 Thread Chet Ramey
On 8/19/20 12:02 AM, George R Goffe wrote: > Chet, > > I've been thinking about what you've said below... that bash is waiting for > input. If this were the case, ctrl-c would return to the bash prompt > immediately. Yes? What I'm seeing is that with a partial filename entered > followed by the

Re: Is this a bug?

2020-08-19 Thread George R Goffe
Chet, How can I help capture data about this problem? When I run bash in one konsole and it hangs, I do an strace on that pid and the strace -xvfp always shows pselect. Eventually, the results come back but til then, the session is frozen. I suppose I could run strace to a file on bash and ma

Re: Is this a bug?

2020-08-19 Thread Chet Ramey
On 8/19/20 1:14 PM, George R Goffe wrote: > Chet, > > How can I help capture data about this problem? > > When I run bash in one konsole and it hangs, I do an strace on that pid and > the strace -xvfp always shows pselect. Eventually, the results come > back but til then, the session is frozen

FIGNORE not effective if it contains a full filename

2020-08-19 Thread Josh Triplett
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-vu7ylu/bash-5.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-parentheses -Wno-format-security uname o

Re: FIGNORE not effective if it contains a full filename

2020-08-19 Thread Chet Ramey
On 8/19/20 3:15 PM, Josh Triplett wrote: > Bash Version: 5.0 > Patch Level: 18 > Release Status: release > > Description: > If FIGNORE contains the complete filename of a file, tab > completion will not ignore it. FIGNORE is a list of suffixes, and requires at least one character

Re: FIGNORE not effective if it contains a full filename

2020-08-19 Thread Josh Triplett
On Wed, Aug 19, 2020 at 03:33:49PM -0400, Chet Ramey wrote: > On 8/19/20 3:15 PM, Josh Triplett wrote: > > > Bash Version: 5.0 > > Patch Level: 18 > > Release Status: release > > > > Description: > > If FIGNORE contains the complete filename of a file, tab > > completion will not

Re: FIGNORE not effective if it contains a full filename

2020-08-19 Thread Chet Ramey
On 8/19/20 4:01 PM, Josh Triplett wrote: > On Wed, Aug 19, 2020 at 03:33:49PM -0400, Chet Ramey wrote: >> On 8/19/20 3:15 PM, Josh Triplett wrote: >> >>> Bash Version: 5.0 >>> Patch Level: 18 >>> Release Status: release >>> >>> Description: >>> If FIGNORE contains the complete filename of a