Brian Inglis wrote:
> Ran playground local and CI builds of these packages at v0.0.8 successfully:
>
> https://cygwin.com/cgi-bin2/jobs.cgi?srcpkg=mingw64-x86_64-win-iconv
> https://cygwin.com/cgi-bin2/jobs.cgi?srcpkg=mingw64-x86_64-win-iconv
and https://cygwin.com/cgi-bin2/jobs
On Thu, 23 May 2024 20:09:09 +0200
Bruno Haible wrote:
> In Cygwin 3.5.3, on different machines, I see 3 Gnulib tests failing by
> timeout that worked perfectly fine in Cygwin 3.4.6 and older:
> FAIL: test-call_once2.exe
> FAIL: test-lock.exe
> FAIL: test-pthread-once2.exe
>
> Find here atta
Takashi Yano wrote:
> As you mentioned in private mail to me, this seems to be a regression of
> pthread::once() introduced by
> commit 2c5433e5da8216aaf7458e50c63683c68fb0d3e8.
>
> I'll submit a patch for that issue shortly.
My workaround implementation of pthread_once (in gnulib) looks like thi
On Wed, 29 May 2024 12:26:31 +0200
Bruno Haible wrote:
> Takashi Yano wrote:
> > As you mentioned in private mail to me, this seems to be a regression of
> > pthread::once() introduced by
> > commit 2c5433e5da8216aaf7458e50c63683c68fb0d3e8.
> >
> > I'll submit a patch for that issue shortly.
>
>
Takashi Yano wrote in cygwin-patches:
> To avoid race issues, pthread::once() uses pthread_mutex. This caused
> the handle leak which was fixed by the commit 2c5433e5da82. However,
> this fix introduced another race issue, i.e., the mutex may be used
> after it is destroyed. With this patch, do not
Takashi Yano wrote:
> > My workaround implementation of pthread_once (in gnulib) looks like this:
> >
> > /* This would be the code, for
> >typedef struct
> > {
> >pthread_mutex_t mutex;
> >_Atomic unsigned int num_threads;
> >_Atomic unsigned
On Tue, May 28, 2024 at 8:29 PM Dan Shelton wrote:
Just a couple of ideas:
> - Native Windows doesn't have an easy way to list group memberships
> for the current user, so a WinSG -l to list available groups would be
> good
>
Maybe you weren't aware of it - 'whoami /groups'
> - WinSG should be
On Tue, May 28, 2024 at 9:36 PM Dan Shelton wrote:
> Does anyone know how to run Windows explorer.exe with Cygwin
> /bin/newgrp, so all new files created by explorer.exe use that new
> primary group, and all programs launched by explorer.exe use that same
> primary group?
>
As I understand it, E
8 matches
Mail list logo