Re: git testsuite "t1004-read-tree-m-u-wf.sh" test hang with Cygwin 3.7.0 ...

2025-04-21 Thread Takashi Yano via Cygwin
On Mon, 21 Apr 2025 21:54:03 +0200 Roland Mainz via Cygwin wrote: > Hi! > > > > Running the git testsuite I got a hang of the > "t1004-read-tree-m-u-wf.sh" test in Cygwin 3.7 - the same test worked > AFAIK OK with Cygwin 3.5.x. > > My guess: |wait_sig()| and |_sigfe()| are involved, maybe

Re: child_info_fork::abort: cygpng16-16.dll

2025-04-21 Thread Jim Reisert AD1C via Cygwin
On Thu Apr 10 18:50:59 GMT 2025, ASSI wrote: > It seems that you are using the test version of Emacs that uses native > compilation. If so, then please actually read the announcement: > https://inbox.sourceware.org/cygwin-announce/2e4a21c3-3e94-4771-acf2-7e56e5fce...@cornell.edu/ > If that is

Re: Missing .pod file for 'diagnostics' pragma in CygwinPerl package?

2025-04-21 Thread Soren via Cygwin
On Fri, Apr 18, 2025 at 11:15 AM David Dyck wrote: > glad you found the solution > I very much want perl working well on cygwin > ... > > ( I guess I had perl_pods package installed already ) > > Yes. Soren (somia...@gmail.com) wrote earlier: > ... >> > Compilation failed in require. >> > B

git testsuite "t1004-read-tree-m-u-wf.sh" test hang with Cygwin 3.7.0 ...

2025-04-21 Thread Roland Mainz via Cygwin
Hi! Running the git testsuite I got a hang of the "t1004-read-tree-m-u-wf.sh" test in Cygwin 3.7 - the same test worked AFAIK OK with Cygwin 3.5.x. My guess: |wait_sig()| and |_sigfe()| are involved, maybe this is a signal issue.. 1. Versions: Cygwin 3.7.0-0.68.g37c49decc835.x86_64 / Windo

Re: Rust for cygwin (was Re: Deadlock when calling pthread_key_create in the destructor of a pthread_key)

2025-04-21 Thread Jeremy Drake via Cygwin
On Sun, 20 Apr 2025, Takashi Yano via Cygwin wrote: > Is there any other blocker to build Rust for cygwin? https://github.com/rust-lang/rust/issues/137819 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwi

Re: cygstart: buffer overflow when a URI is passed (cygutils-1.4.17-[23])

2025-04-21 Thread Mark Geisert via Cygwin
Hi Christian, On 4/12/2025 9:37 AM, Christian Franke via Cygwin wrote: ggl329 via Cygwin wrote: Hi all, I've encountered a possible bug in cygstart. It seems to abort when a URI is passed to it. $ cygcheck -dc | grep cygutils cygutils    1.4.17-3 $ cygstart https:

Re: posix_spawn

2025-04-21 Thread Mark Geisert via Cygwin
On 4/19/2025 1:42 PM, Camm Maguire via Cygwin-apps wrote: Greetings! posix_spawn is returning non-zero without setting errno: massert(!posix_spawnp(&pid, *p1, &file_actions, &attr, (void *)p1, environ)); Is this intended to be supported? Is it known to be working or not working elsewhere