Re: cat.exe failing silently with exit status 3

2019-03-27 Thread Chris Wagner
Thanks for the responses. The uname output was already in my attachment. I executed cat as /usr/bin/cat.exe. Cygcheck cat is also in my original attachment. I attached the cygcheck -svr. The other Cygwin installations referenced are from my debugging and are not active. The missing Perl f

Re: cat.exe failing silently with exit status 3

2019-03-26 Thread Brian Inglis
On 2019-03-26 21:55, Chris Wagner wrote: > Hi all.  A few days ago I noticed that cat.exe was failing without printing > any > output or errors and exiting with status 3.  I tried rebooting, updating my > Cygwin, even a fresh install of Base only.  I removed all recently installed > Windows softwa

Re: cat.exe failing silently with exit status 3

2019-03-26 Thread Mark Geisert
Chris Wagner wrote: Hi all. A few days ago I noticed that cat.exe was failing without printing any output or errors and exiting with status 3. I tried rebooting, updating my Cygwin, even a fresh install of Base only. I removed all recently installed Windows software and nothing changed. What'

Re: cat.exe failing silently with exit status 3

2019-03-26 Thread Doug Henderson
On Tue, 26 Mar 2019 at 21:55, Chris Wagner <> wrote: > > Hi all. A few days ago I noticed that cat.exe was failing without > printing any output or errors and exiting with status 3. I tried Please show us the output of these three commands uname -a which -a cat file $( which -a cat ) Also att