|
From: | arnold |
Subject: | Re: Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446 |
Date: | Sun, 26 Dec 2021 00:45:00 -0700 |
User-agent: | Heirloom mailx 12.5 7/5/10 |
Hi. You cannot use break or continue from a function called within a loop. The language does not allow that. As for this: Denis Shirokov <cosmogen@gmail.com> wrote: > # Hi GAWK Team! > # > # asertion failed :) ... > > BEGIN{ > > continue } # or break > > # Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446 As shown from subsequent mails on this, this program should generate a parse time error and not run. It thus seems you are not using Eli's build but some other (unofficial) build. So there's nothing I can do to help you. Arnold
[Prev in Thread] | Current Thread | [Next in Thread] |