Re: Fwd: odd behavior of length(), match() and field splitting with multi-byte characters

2024-08-20 Thread Ed Morton via Cygwin
Is there any more information I can provide for someone to be able to look into this bug?     Ed. On 7/6/2024 7:26 AM, Ed Morton wrote: I posted the below bug report to the GNU awk bugs mailing list, https://lists.gnu.org/archive/html/bug-gawk/2024-07/msg0.html, the feedback there is that

Fwd: odd behavior of length(), match() and field splitting with multi-byte characters

2024-07-06 Thread Ed Morton via Cygwin
I posted the below bug report to the GNU awk bugs mailing list, https://lists.gnu.org/archive/html/bug-gawk/2024-07/msg0.html, the feedback there is that it's a cygwin or MSYS2 port issue, could you please take a look? I'm also posting this at https://github.com/msys2/mingw-packages/issues

Fwd: gawk core dumped on too many input values

2023-08-27 Thread Ed Morton via Cygwin
This (original email below) turned out to be a general cygwin issue, not a gawk issue: $ LC_ALL=C sed 's/x/y/' $(seq 100) Segmentation fault (core dumped) $ LC_ALL=C grep 'foo' $(seq 100) Segmentation fault (core dumped) Regards,     Ed. Forwarded Message Subject: