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
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
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
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
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
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
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