Re: gawk core dumped on too many input values

2023-08-27 Thread Jeremy Hetzler via Cygwin
On Sun, Aug 27, 2023 at 2:25 PM Ed Morton via Cygwin 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

'kill --list' and 'kill --version' complain "not enough arguments"

2023-03-15 Thread Jeremy Hetzler via Cygwin
Hello all. Both 'kill --list' and 'kill --version' produce a warning "not enough arguments". > $ uname -a > CYGWIN_NT-10.0-22621 DFJWVD3 3.4.6-1.x86_64 2023-02-14 13:23 UTC x86_64 Cygwin > > $ /bin/kill --list > kill: not enough arguments > HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIP

Re: [bug?] cygwin cannot mount smb shares beginning with underscore; "Invalid argument"

2023-01-22 Thread Jeremy Hetzler via Cygwin
Thanks Brian and Corinna. Jeremy On Sun, Jan 22, 2023, 14:57 Brian Inglis via Cygwin wrote: > On 2023-01-22 12:21, Corinna Vinschen via Cygwin wrote: > > On Jan 21 11:30, Jeremy Hetzler via Cygwin wrote: > >> First, thank you for many years of Cygwin. > >> >