Re: Cygwin 3.6: Supporting 128 POSIX realtime (SIGRTMAX-SIGRTMIN >= 128) signals?

2025-03-04 Thread Lionel Cons via Cygwin
On Tue, 4 Mar 2025 at 11:08, Corinna Vinschen via Cygwin wrote: > > On Mar 3 23:07, Lionel Cons via Cygwin wrote: > > On Mon, 3 Mar 2025 at 12:43, Corinna Vinschen via Cygwin > > wrote: > > > > > > On Feb 28 15:36, Lionel Cons via Cygwin wrote: > > &

Re: Cygwin 3.6: Supporting 128 POSIX realtime (SIGRTMAX-SIGRTMIN >= 128) signals?

2025-03-03 Thread Lionel Cons via Cygwin
On Mon, 3 Mar 2025 at 12:43, Corinna Vinschen via Cygwin wrote: > > On Feb 28 15:36, Lionel Cons via Cygwin wrote: > > We've hit a scalability issue in Cygwin today, the application in > > question ran out of POSIX realtime signals (i.e. SIGRTMIN-SIGRTMAX). > > >

Cygwin 3.6: Supporting 128 POSIX realtime (SIGRTMAX-SIGRTMIN >= 128) signals?

2025-02-28 Thread Lionel Cons via Cygwin
We've hit a scalability issue in Cygwin today, the application in question ran out of POSIX realtime signals (i.e. SIGRTMIN-SIGRTMAX). Could Cygwin support 128 POSIX realtime signals? Lionel -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/

Re: [regression-3.6] coreutils mkdir broken on UNC paths

2025-02-20 Thread Lionel Cons via Cygwin
On Thu, 20 Feb 2025 at 18:09, Corinna Vinschen via Cygwin wrote: > > On Feb 20 17:37, Lionel Cons via Cygwin wrote: > > On Thu, 20 Feb 2025 at 14:56, Cedric Blancher via Cygwin > > wrote: > > > > > > Good afternoon! > > > > > > Cygwin 3.6.

Re: [regression-3.6] coreutils mkdir broken on UNC paths

2025-02-20 Thread Lionel Cons via Cygwin
On Thu, 20 Feb 2025 at 14:56, Cedric Blancher via Cygwin wrote: > > Good afternoon! > > Cygwin 3.6.0-0.378.g78fb13d21f4f.x86_64, Cygwin coreutils package 9.6-1 > > coreutils mkdir is broken on UNC paths: > > mkdir -p -- > "//ember.data4.local/afs/disk11/builds/bash/install_root/usr/local/bin" > m

Re: [CALL FOR TESTING] Cygwin-3.6.0

2025-02-18 Thread Lionel Cons via Cygwin
Something is very wrong with bash. If I redirect the output of xcopy or icacls into a bash variable, like stdout="$(icacls "$(cygpath -w "$PWD")")", then sometimes I get only a letter in the middle. Very strange Lionel On Tue, 18 Feb 2025 at 10:37, Corinna Vinschen via Cygwin wrote: > > > [I sen

Re: WinAPI spawn() not used by Cygwin posix_spawn()? Re: [PATCH] Cygwin: Add spawn family of functions to docs

2025-02-17 Thread Lionel Cons via Cygwin
On Mon, 17 Feb 2025 at 11:08, Corinna Vinschen via Cygwin wrote: > > On Feb 16 23:33, Lionel Cons via Cygwin wrote: > > On Sun, 16 Feb 2025 at 22:47, Mark Geisert wrote: > > > > > > In the doc tree, change the title of section "Other UNIX system > > >

WinAPI spawn() not used by Cygwin posix_spawn()? Re: [PATCH] Cygwin: Add spawn family of functions to docs

2025-02-16 Thread Lionel Cons via Cygwin
On Sun, 16 Feb 2025 at 22:47, Mark Geisert wrote: > > In the doc tree, change the title of section "Other UNIX system > interfaces..." to "Other system interfaces...". Add the spawn family of > functions noting their origin as Windows. re spawn() family: Cygwin posix_spawn() seems to rely on the