bug-gawk
[Top][All Lists]
Advanced

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

Internal error with gawk 5.2.0


From: Pascal Terjan
Subject: Internal error with gawk 5.2.0
Date: Wed, 14 Sep 2022 15:14:54 +0100

This was reported to Mageia in
https://bugs.mageia.org/show_bug.cgi?id=30825 and I reduced it down to
the following code:

$ awk -e 'function foo(x)
{
        if (x == int(x))
                return (int(x) != 0)
}
BEGIN {
        foo(P["bar"])
}'
awk: cmd. line:4: fatal: internal error: file interpret.h, line 254:
unexpected parameter type Node_val

Error is similar to
https://lists.gnu.org/archive/html/bug-gawk/2022-09/msg00032.html



reply via email to

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