Re: bash 4.3 completion leak

2016-11-28 Thread Mihail Konev
On Mon, Nov 28, 2016 at 01:39:29PM -0800, Chet Ramey wrote: > On 11/28/16 5:04 AM, Mihail Konev wrote: > > When bash 4.3 is ran in a terminal emulator, and file completions > > gathering is in progress, and the emulator is forcefully closed, > > bash process wouldn't terminate. > > Instead, it woul

Re: bash 4.3 completion leak

2016-11-28 Thread Chet Ramey
On 11/28/16 5:04 AM, Mihail Konev wrote: > When bash 4.3 is ran in a terminal emulator, and file completions > gathering is in progress, and the emulator is forcefully closed, > bash process wouldn't terminate. > Instead, it would forever leak memory and cpu. This was fixed in bash-4.4. -- ``The

bash 4.3 completion leak

2016-11-28 Thread Mihail Konev
When bash 4.3 is ran in a terminal emulator, and file completions gathering is in progress, and the emulator is forcefully closed, bash process wouldn't terminate. Instead, it would forever leak memory and cpu. Sorry but I'm not going to bisect this. Ever.