[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446
From: |
Eli Zaretskii |
Subject: |
Re: Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446 |
Date: |
Sat, 25 Dec 2021 18:31:03 +0200 |
> Date: Sat, 25 Dec 2021 11:10:06 -0500
> From: "Andrew J. Schorr" <aschorr@telemetry-investments.com>
> Cc: bug-gawk <bug-gawk@gnu.org>
>
> > # Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446
> > #
> > # GNU Awk 5.1.1, API: 3.1 (GNU MPFR 4.0.2, GNU MP 6.1.2)
> > #
> > # Windows 10x64
>
> That's very odd. On my Linux system:
>
> bash-4.4$ ./gawk --version| head -1
> GNU Awk 5.1.1, API: 3.1 (GNU MPFR 3.1.6-p2, GNU MP 6.1.2)
>
> bash-4.4$ ./gawk 'BEGIN {continue}'
>
> gawk: cmd. line:1: error: `continue' is not allowed outside a loop
> gawk: cmd. line:1: error: `continue' is not allowed outside a loop
That's exactly what I get here with the MinGW build of Gawk 5.1.1.
I'm not on Windows 10, though, so maybe it's specific to that version
of Windows.
- Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446, Denis Shirokov, 2021/12/24
- Re: Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446, Andrew J. Schorr, 2021/12/25
- Re: Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446,
Eli Zaretskii <=
- Re: Assertion failed: pc->target_jmp != NULL, file interpret.h, line 446, arnold, 2021/12/26