Re: symbolic link curiousity in 3.6.0

2025-03-25 Thread Mark Geisert via Cygwin
Hi Corinna, On 3/25/2025 2:56 AM, Corinna Vinschen via Cygwin wrote: On Mar 25 02:25, Mark Geisert via Cygwin wrote: This occurs on the released 3.6.0 but not in 3.6.0 test build 327. /tmp ls foo bar ls: cannot access 'foo': No such file or directory ls: cannot access 'bar': No such file or di

bash.exe crash

2025-03-25 Thread David via Cygwin
Bash.exe is crashing on fairly simple commands. For example, declare -r XXX=$(export) There is no error message, bash.exe simply terminates. I am not able to build bash from source code because that process ultimately depends on bash itself. My environment is a Windows 11 virtual machine prov

Re: python39-imaging 11.1.0-1 - weird packaging glitch

2025-03-25 Thread Hamish McIntyre-Bhatty via Cygwin
On 11/03/2025 20:14, Fergus Daly via Cygwin wrote: Today's update python39-imaging 11.1.0-1 appears to contain a weird and probably trivial packaging error. Under /lib/python3.9/site-packages/pillow-11.1.0.dist-info/ the two files METADATA and PKG-INFO.lnk are identical, and the 2nd is not a lin

Hang or crash after multiple SIGILL or SIGSEGV and siglongjmp

2025-03-25 Thread Christian Franke via Cygwin
Found because 'stress-ng --priv-instr ...' hangs and then requires '/bin/kill --force ...': Testcase with   [PATCH v2] Cygwin: signal: Copy context to alternate stack in the SA_ONSTACK case already applied: $ uname -r 3.7.0-dev-16-g2ef1a37e7823-dirty.x86_64 $ cat loopsigill.c #include #incl

Re: SIGSEGV handling and stack overflow handling broken in Cygwin 3.6.0

2025-03-25 Thread Takashi Yano via Cygwin
On Mon, 24 Mar 2025 22:52:04 +0900 Takashi Yano wrote: > On Mon, 24 Mar 2025 13:26:27 +0100 > Bruno Haible wrote: > > Hi, > > > > Gnulib contains a few unit tests for > > - SIGSEGV handling, > > - stack overflow handling (via signal SIGSEGV or SIGBUS). > > > > In Cygwin 3.4.6, SISGEGV handlin

Re: symbolic link curiousity in 3.6.0

2025-03-25 Thread Corinna Vinschen via Cygwin
On Mar 25 02:25, Mark Geisert via Cygwin wrote: > This occurs on the released 3.6.0 but not in 3.6.0 test build 327. > > /tmp ls foo bar > ls: cannot access 'foo': No such file or directory > ls: cannot access 'bar': No such file or directory > > /tmp ln -s foo bar > > /tmp ls foo bar > ls: cann

Re: Couldn't compute FAST_CWD pointer

2025-03-25 Thread cygwinautoreply--- via Cygwin
>WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to >the public mailing list cygwin@cygwin.com https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Docu

Couldn't compute FAST_CWD pointer

2025-03-25 Thread Melati Janet Livia Simanjuntak via Cygwin
WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: htt

symbolic link curiousity in 3.6.0

2025-03-25 Thread Mark Geisert via Cygwin
This occurs on the released 3.6.0 but not in 3.6.0 test build 327. /tmp ls foo bar ls: cannot access 'foo': No such file or directory ls: cannot access 'bar': No such file or directory /tmp ln -s foo bar /tmp ls foo bar ls: cannot access 'foo': No such file or directory bar@ /tmp ls -l foo bar

Re: two bugs in getlocalename_l

2025-03-25 Thread Corinna Vinschen via Cygwin
Hi Bruno, On Mar 24 18:12, Corinna Vinschen via Cygwin wrote: > On Mar 24 14:12, Bruno Haible via Cygwin wrote: > > Hi, > > > > It's good to see the addition of getlocalename_l from POSIX [1] in Cygwin > > 3.6.0. > > > > [1] > > https://pubs.opengroup.org/onlinepubs/9799919799/functions/getloc