Re: getent doesn't work properly

2019-10-24 Thread Corinna Vinschen
On Oct 23 13:33, Maayan Apelboim wrote: > > > Since I can't reproduce this problem, would you mind trying to run getent > under strace? It would be helpful to get 2 strace outputs for the same > account, one working, one failing. Call it like this: > > $ strace -o getent-1.trace getent pas

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.7 (TEST)

2019-10-24 Thread Biswapriyo Nath
> I cannot reproduce the problem Why everything happen to my PC :( Maybe this issue in my setup. > Could you please let us know more detail about your environment, compiler, > etc? Windows 10 Pro Insider build 19008 x86_64. GCC 8.3.0. > What happens if you execute cmd.exe? No error code in cm

Re: Need help to update cygwin

2019-10-24 Thread Jose Isaias Cabrera
Arun Kumar, on Wednesday, October 23, 2019 11:19 PM, wrote... > > Hi team, > > We have issue to update version > Please help to provide steps to update Arun, 1. Find out whether you have a x64 or x32 system 2. Download the latest appropriate setup program 3. Run that program If you had an inst

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.7 (TEST)

2019-10-24 Thread Takashi Yano
On Thu, 24 Oct 2019 12:47:29 +0530 Biswapriyo Nath wrote: > While using GetFileType API upon standard console handle, GetLastError > shows error code 187 aka. ERROR_SEM_NOT_FOUND. GetLastError shows 0 > (zero) in stable cygwin version. Here is the test code: > > #include > #include > > int main

Re: [ANNOUNCEMENT] cygwin 3.1.0-0.7 (TEST)

2019-10-24 Thread Biswapriyo Nath
While using GetFileType API upon standard console handle, GetLastError shows error code 187 aka. ERROR_SEM_NOT_FOUND. GetLastError shows 0 (zero) in stable cygwin version. Here is the test code: #include #include int main(void) { SetLastError(0); printf("%d (%d)\n", GetFileType(GetStdHa