Re: Segfault, 29 May '23

2023-06-02 Thread Chet Ramey
On 5/30/23 1:17 AM, Wiley Young wrote: Hi, While trying to capture line numbers in an array to print with the rest of the shell's debugging info, a segfault .. Wiley Thanks for the report. This will be fixed in the next devel branch push. -- ``The lyf so short, the craft so l

Segfault, 29 May '23

2023-05-29 Thread Wiley Young
Hi, While trying to capture line numbers in an array to print with the rest of the shell's debugging info, a segfault .. Wiley [liveuser@localhost-live]$ bash ... $ set -x + set -x $ echo $SHLVL + echo 2 2 $ declare -n n=BASH_SOURCE; declare -n e=LINENO; shopt -s expand_aliases + d