bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Watching arrays in the debugger: fatal error, Abort trap: 6


From: arnold
Subject: Re: Watching arrays in the debugger: fatal error, Abort trap: 6
Date: Sun, 24 Dec 2023 08:29:55 -0700
User-agent: Heirloom mailx 12.5 7/5/10

Hi.

Hermann Peifer <peifer@gmx.eu> wrote:

> Here another observation while watching multidimensional arrays in the 
> debugger. I was obviously using gawk 5.3.0 release from Homebrew. Crash 
> Report added below.
>
> Hermann
>
>  >
>  > cat test2.awk
> BEGIN {
>       a[1][1] = 1
>       a[1][2] = 2
> }
>  >
>  > /opt/homebrew/bin/gawk-5.3.0 -D -f test2.awk
> gawk> r
> Starting program:
> Program exited normally with exit value: 0
> gawk> w a[1]
> Watchpoint 1: a["1"]
> gawk> r
> gawk-5.3.0: fatal error: internal error
> Abort trap: 6

Thanks for the report. Fix attached.

I will push it to Git soon.

Arnold

Attachment: dbugfix2.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]