Re: internal error

2024-02-12 Thread Chet Ramey
On 2/12/24 12:02 PM, Frank Heckenbach wrote: On 2/10/24 9:41 PM, Frank Heckenbach wrote: % ./bash -c "set -e; f() { eval false; }; f" ./bash: line 1: pop_var_context: head of shell_variables not a function context Might be related to https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00073.

Re: internal error

2024-02-12 Thread Frank Heckenbach
> On 2/10/24 9:41 PM, Frank Heckenbach wrote: > > % ./bash -c "set -e; f() { eval false; }; f" > > ./bash: line 1: pop_var_context: head of shell_variables not a function > > context > > > > Might be related to > > https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00073.html, > > but still p

Re: internal error

2024-02-12 Thread Chet Ramey
On 2/10/24 9:41 PM, Frank Heckenbach wrote: % ./bash -c "set -e; f() { eval false; }; f" ./bash: line 1: pop_var_context: head of shell_variables not a function context Might be related to https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00073.html, but still present in 5.2.21. Thanks, i

internal error

2024-02-10 Thread Frank Heckenbach
% ./bash -c "set -e; f() { eval false; }; f" ./bash: line 1: pop_var_context: head of shell_variables not a function context Might be related to https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00073.html, but still present in 5.2.21.