Re: Fwd: gawk core dumped on too many input values

2023-08-28 Thread Takashi Yano via Cygwin
On Sun, 27 Aug 2023 13:24:55 -0500 Ed Morton wrote: > 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)

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: