Re: TeX Live 2024:: asympote 2.88-1 hangs after outputting a pdf

2024-05-31 Thread Lemures Lemniscati via Cygwin
On Thu, 30 May 2024 18:29:17 -0400, Ken Brown via Cygwin > On 5/30/2024 3:39 PM, Jon Turney via Cygwin wrote: > > On 27/05/2024 16:14, Ken Brown via Cygwin wrote: > >> On 5/27/2024 5:17 AM, Lemures Lemniscati via Cygwin wrote: > >>> On Sun, 26 May 2024 18:02:54 -0400, Ken Brown via Cygwin > >>> Her

Re: Run explorer.exe with Cygwin newgrp(1) - same user but different primary group

2024-05-31 Thread Bill Stewart via Cygwin
On Thu, May 30, 2024 at 5:21 PM Dan Shelton wrote: How can someone run explorer as Admin then? > I believe the point of the design was to prevent exactly that (as already noted, for security reasons). Bill -- Problem reports: https://cygwin.com/problems.html FAQ: https://

Re: [PATCH v2] Cygwin: pthread: Fix a race issue introduced by the commit 2c5433e5da82

2024-05-31 Thread Bruno Haible via Cygwin
Hi Takashi Yano, > With v3 patch: > int > pthread::once (pthread_once_t *once_control, void (*init_routine) (void)) > { > /* Sign bit of once_control->state is used as done flag */ > if (once_control->state & INT_MIN) > return 0; > // HERE: Point A. > /* The type of &once_control->

Re: WinSG Re: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-05-28 ...

2024-05-31 Thread Andrey Repin via Cygwin
Greetings, Bill Stewart! >> - WinSG should be installed in C:\Windows\system32\ alongside cmd.exe > Not IMHO. Agreed. If you want a single tool available in command line, use AppPaths registry entry. >> - Native Windows utilities use /? for help, not --help > This is really only a loosely foll