bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] Beta release of gawk 4.2.0 now available


From: arnold
Subject: Re: [bug-gawk] Beta release of gawk 4.2.0 now available
Date: Sun, 08 Oct 2017 06:15:43 -0600
User-agent: Heirloom mailx 12.4 7/29/08

Hi.

The failure below is strange. Ultimately it feeds into the `err()'
routine in msg.c which should flush output and flush stderr, but
this looks like the output is intermixed.  Any chance you can
set a breakpoint in that routine and try to figure out why things
are all mixed up?

Otherwise, things are working as they should.

Thanks,

Arnold

> On FreeBSD 10.3, the following fails
> =====
> ============== _inplace1 =============
> *** inplace1.ok       Mon Oct  2 15:03:57 2017
> --- _inplace1 Wed Oct  4 03:36:39 2017
> ***************
> *** 1,6 ****
> before
> ! gawk: inplace:47: warning: inplace_begin: disabling in-place editing
> for invalid FILENAME `-'
> stdin start
> is bar replaced?
> stdin end
> - after
> --- 1,6 ----
> before
> ! gawk: inplace:47: warning: inplace_begiafter
> ! abling in-place editing for invalid FILENAME `-'
> stdin start
> is bar replaced?
> stdin end
> *** Error code 1
> =====
>
>
> On OpenBSD 6.1, the following fails (similar to the AIX failure):
> ====
> *** forcenum.ok Wed Aug 16 22:58:57 2017
> --- _forcenum   Thu Oct  5 23:57:49 2017
> ***************
> *** 1,6 ****
>   [] -> 0 (type string)
>   [5apple] -> 5 (type string)
> ! [+NaN] -> nan (type strnum)
>   [ 6] -> 6 (type strnum)
>   [0x1az] -> 26 (type string)
>   [011Q] -> 9 (type string)
> --- 1,6 ----
>   [] -> 0 (type string)
>   [5apple] -> 5 (type string)
> ! [+NaN] -> -nan (type strnum)
>   [ 6] -> 6 (type strnum)
>   [0x1az] -> 26 (type string)
>   [011Q] -> 9 (type string)
> ====
>
>
> regards,
>  - assaf



reply via email to

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