Re: proc_waiter: error on read of child wait pipe 0x0, Win32 error 6

2022-01-11 Thread Marco Atzeri
On 12.01.2022 07:27, Jay K wrote: Ok, here is a small demonstration of the problem. #include #include #include unsigned __stdcall thread(void* p) { unsigned i; for (i = 0; i < 100; ++i) system("./a.exe"); return 0; } int main() { unsigned i; HANDLE threads[100] = {0}; FILE* f =

Re: proc_waiter: error on read of child wait pipe 0x0, Win32 error 6

2022-01-11 Thread Jay K
Ok, here is a small demonstration of the problem. #include #include #include unsigned __stdcall thread(void* p) { unsigned i; for (i = 0; i < 100; ++i) system("./a.exe"); return 0; } int main() { unsigned i; HANDLE threads[100] = {0}; FILE* f = fopen("a.c", "w"); fprintf(f, "int main

Re: Need help with Cygwin issue

2022-01-11 Thread cygwinautoreply
>Hi, >Team surfaced Cygwin issue as follows: >Cygwin WARNING: > Couldn't compute FAST_CWD pointer. This typically occurs if you're using > an older Cygwin version on a newer Windows. Please update to the latest > available Cygwin version from https://cygwin.com/. If the problem

Re: proc_waiter: error on read of child wait pipe 0x0, Win32 error 6

2022-01-11 Thread Jay K
Um, I know this isn't (yet) diligent/scientific, but must system create this thread? #0 0x7ff811e09e47 in KERNEL32!CreateThread () from /cygdrive/c/WINDOWS/System32/KERNEL32.DLL #1 0x0001800468eb in cygthread::create() () from /usr/bin/cygwin1.dll #2 0x00018010645f in pinfo::wait(

Re: [ANNOUNCEMENT] file 5.41-1

2022-01-11 Thread Marco Atzeri
On 12.01.2022 03:01, Brian Inglis wrote: On 2022-01-11 11:45, Corinna Vinschen via Cygwin-announce wrote: The following packages have been uploaded to the Cygwin distribution: * file-5.41-1 * file-devel-5.41-1 Shouldn't this be obsolete: * python2-magic-5.41-1 I guess file a basic utility

Need help with Cygwin issue

2022-01-11 Thread Jayaram, Harish
Hi, Team surfaced Cygwin issue as follows: Cygwin WARNING: Couldn't compute FAST_CWD pointer. This typically occurs if you're using an older Cygwin version on a newer Windows. Please update to the latest available Cygwin version from https://cygwin.com/. If the problem persi

proc_waiter: error on read of child wait pipe 0x0, Win32 error 6

2022-01-11 Thread Jay K
I get this a lot: 0 [waitproc] cm3 7641 proc_waiter: error on read of child wait pipe 0x0, Win32 error 6 452 [waitproc] cm3 7641 proc_waiter: error on read of child wait pipe 0x0, Win32 error 6 716 [waitproc] cm3 7641 proc_waiter: error on read of child wait pipe 0x0, Win32 error

Inconsistent results from ls

2022-01-11 Thread David
Folks I tried executing 'ls -l' on a file. I addressed the file in various ways, with my current directory (in Windows) set to c:\temp ls -l test.txt ls -l /cygdrive/c/temp/test.txt ls -l ls -l * ls -l c:/temp/test.txt In all cases, the owner, group, date and size are the same, as I would h

Re: [ANNOUNCEMENT] file 5.41-1

2022-01-11 Thread Brian Inglis
On 2022-01-11 11:45, Corinna Vinschen via Cygwin-announce wrote: The following packages have been uploaded to the Cygwin distribution: * file-5.41-1 * file-devel-5.41-1 Shouldn't this be obsolete: * python2-magic-5.41-1 replaced by: * python3-magic-5.41-1 which should now depend on pyt

Re: How to change email address

2022-01-11 Thread Csaba Raduly
On Tue, 11 Jan 2022 at 22:37, Wells, Roger K. [US-US] via Cygwin wrote: > > For the lists I am currently subscribed? > I've tried several times but nothing works. > current: roger.k.we...@leidos.com > desired: roger.k.we...@alum.mit.edu Look here: > Unsubscribe info: https://cygwin.com/ml/#u

How to change email address

2022-01-11 Thread Wells, Roger K. [US-US] via Cygwin
For the lists I am currently subscribed? I've tried several times but nothing works. current: roger.k.we...@leidos.com desired: roger.k.we...@alum.mit.edu TIA, Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) -- Problem reports: https://cygwin.

Re: posix_spawn issues on i686

2022-01-11 Thread Ken Brown
On 1/11/2022 1:45 PM, Jeremy Drake via Cygwin wrote: Sorry, I am not subscribed to the list so don't have the message to reply to for threading purposes, but attached please find a C reproducer that works on x86_64 but fails on i686. The particular issue seems to be the POSIX_SPAWN_RESETIDS flag

[ANNOUNCEMENT] file 5.41-1

2022-01-11 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * file-5.41-1 * file-devel-5.41-1 * python2-magic-5.41-1 * python3-magic-5.41-1 With file you can obtain information on the file type of a specified file. File type recognition is controlled by the file /usr/share/file/magic wh

Re: posix_spawn issues on i686

2022-01-11 Thread Jeremy Drake via Cygwin
On Mon, 10 Jan 2022, Jeremy Drake wrote: > From https://github.com/msys2/MSYS2-packages/issues/2801 > > MSYS2 recently rebuilt GNU make 4.3, and I found that after rebuilding, it > broke rather horribly on i686, where any attempt to run a command resulted > in "Invalid argument" errors. Some debu

Re: Re: [ANNOUNCEMENT] Updated: python 3.9 packages

2022-01-11 Thread Tatsuro MATSUOKA
> - Original Message - > > From: "Marco Atzeri" > To: "Tatsuro MATSUOKA" > Cc: "The Cygwin Mailing List" > Date: 2022/01/11 火 07:46 > Subject: Re: [ANNOUNCEMENT] Updated: python 3.9 packages > > > On 10.01.2022 14:09, marco atzeri wrote: > > On Mon, Jan 10, 2022 at 8:26 AM Tatsuro MATS

Re: posix_spawn issues on i686

2022-01-11 Thread Corinna Vinschen
On Jan 10 11:38, Jeremy Drake via Cygwin wrote: > >From https://github.com/msys2/MSYS2-packages/issues/2801 > > MSYS2 recently rebuilt GNU make 4.3, and I found that after rebuilding, it > broke rather horribly on i686, where any attempt to run a command resulted > in "Invalid argument" errors. S

Re: permission 600

2022-01-11 Thread Tatsuro MATSUOKA
> - Original Message - > From: "Tatsuro MATSUOKA" > To: "Thomas Wolff" ; "cygwin > Date: 2022/01/10 月 20:10 > Subject: Re: permission 600 > > > > - Original Message - > > From: "Thomas Wolff" > > To: "cygwin@ > > Date: 2022/01/10 月 08:28 > > Subject: Re: permission 600 > > > >