Re: 5.2-alpha completion script source crash

2022-03-22 Thread Chet Ramey
On 3/21/22 6:33 PM, konsolebox wrote: On Sat, Feb 19, 2022 at 9:34 PM Chet Ramey wrote: Thanks for the report. This is the result of needing to clean up parser state before recursively calling it to parse the command substitution. Just tested devel. This one's fixed as well. That was the

Re: 5.2-alpha completion script source crash

2022-03-21 Thread konsolebox
On Sat, Feb 19, 2022 at 9:34 PM Chet Ramey wrote: > Thanks for the report. This is the result of needing to clean up parser > state before recursively calling it to parse the command substitution. Just tested devel. This one's fixed as well. -- konsolebox

Re: 5.2-alpha completion script source crash

2022-02-19 Thread Chet Ramey
On 2/19/22 10:50 AM, konsolebox wrote: Loading/sourcing https://raw.githubusercontent.com/scop/bash-completion/master/completions/gnokii using bash-5.2-alpha causes bash to go 100% and crash. Gdb reports "Program terminated with signal SIGKILL, Killed.". bt = "No stack.". Thanks for the