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 i
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
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 repor
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.".
Earlier version of bash (5.1.4) runs it and exits well.
Compi