Re: Memory Barriers at pthread using CYGWIN

2023-06-22 Thread Takashi Yano via Cygwin
Any suggestions? On Tue, 20 Jun 2023 21:53:00 +0900 Takashi Yano wrote: > On Sat, 10 Jun 2023 13:08:04 +0900 (JST) > Takashi Yano wrote: > > "M?min A." wrote: > > > //windows cmd line > > > C:\cygwin64\home\maydin\test>cygcheck ./main.exe > > > C:\cygwin64\home\maydin\test\main.exe > > > C:\cygw

Re: Memory Barriers at pthread using CYGWIN

2023-06-22 Thread Corinna Vinschen via Cygwin
On Jun 22 19:19, Takashi Yano via Cygwin wrote: > Any suggestions? > > On Tue, 20 Jun 2023 21:53:00 +0900 > Takashi Yano wrote: > > I looked into this problem, and I think this is a problem regarding > > _my_tls initialization order, so far. This seems to happen in LDAP > > environment. > > > > M

Re: Memory Barriers at pthread using CYGWIN

2023-06-22 Thread Takashi Yano via Cygwin
On Thu, 22 Jun 2023 13:48:53 +0200 Corinna Vinschen wrote: > On Jun 22 19:19, Takashi Yano via Cygwin wrote: > > Any suggestions? > > > > On Tue, 20 Jun 2023 21:53:00 +0900 > > Takashi Yano wrote: > > > I looked into this problem, and I think this is a problem regarding > > > _my_tls initializatio

[ANNOUNCEMENT] Updated: ruby-gobject-introspection 4.1.7, ruby-gio2 4.1.7

2023-06-22 Thread Daisuke Fujimura via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: - https://cygwin.com/packages/summary/ruby-gobject-introspection-src.html - ruby-gobject-introspection - ruby-gobject-introspection-devel - ruby-gobject-introspection-doc - https://cygwin.com/packages/summary/ruby-gio2-sr

scp and ssh 'cat' stalls at 64k bytes

2023-06-22 Thread Chris Roehrig via Cygwin
I've upgraded cygwin recently (from a much older version) and am encountering a new problem on all my Win10/WIn11 machines. With openssh and pv installed on cygwin (3.4.7-1): dd if=/dev/zero bs=1 count=65536 | ssh localhost 'cat > /dev/null'    # works dd if=/dev/zero bs=1 count=65537 | ssh lo