Re: Named AF_UNIX socket not working in cygwin1.dll of git HEAD.

2018-07-04 Thread Takashi Yano
On Wed, 4 Jul 2018 20:49:12 +0900 Takashi Yano wrote: > Isn't that the mis-operation? I confirmed that this patch has been applied. Sorry for impatience. -- Takashi Yano -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Named AF_UNIX socket not working in cygwin1.dll of git HEAD.

2018-07-04 Thread Corinna Vinschen
On Jul 4 20:49, Takashi Yano wrote: > On Wed, 4 Jul 2018 12:51:08 +0200 > Corinna Vinschen wrote: > > Thanks for catching. I pushed your patch (using "" rather than <> > > just for clearness) with a description. > > I have pulled the git HEAD just now, but nothing about this. > Instead, the foll

Re: Named AF_UNIX socket not working in cygwin1.dll of git HEAD.

2018-07-04 Thread Takashi Yano
On Wed, 4 Jul 2018 12:51:08 +0200 Corinna Vinschen wrote: > Thanks for catching. I pushed your patch (using "" rather than <> > just for clearness) with a description. I have pulled the git HEAD just now, but nothing about this. Instead, the following patch has been applied. https://cygwin.com/ml

Re: Named AF_UNIX socket not working in cygwin1.dll of git HEAD.

2018-07-04 Thread Corinna Vinschen
On Jul 4 04:17, Takashi Yano wrote: > Hi Corinna, > > On Wed, 4 Jul 2018 02:01:08 +0900 > Takashi Yano wrote: > > I have check and found this happens only in 32 bit version. I mean > > 32 bit cygwin on 64 bit windows 10. 64 bit version work as expected. > > I have looked into this problem, and f

Re: Named AF_UNIX socket not working in cygwin1.dll of git HEAD.

2018-07-03 Thread Takashi Yano
Hi Corinna, On Wed, 4 Jul 2018 02:01:08 +0900 Takashi Yano wrote: > I have check and found this happens only in 32 bit version. I mean > 32 bit cygwin on 64 bit windows 10. 64 bit version work as expected. I have looked into this problem, and found calling af_local_set_secret() in fhandler_socket

Re: Named AF_UNIX socket not working in cygwin1.dll of git HEAD.

2018-07-03 Thread Takashi Yano
Hi Corinna, On Tue, 3 Jul 2018 15:05:58 +0200 Corinna Vinschen wrote: > I just built git HEAD from scratch four times, with and without > optimization, with and without the preliminary new AF_UNIX code (which > should be unused running your testcase anyway). WIth each version > your testcase prin

Re: Named AF_UNIX socket not working in cygwin1.dll of git HEAD.

2018-07-03 Thread Corinna Vinschen
On Jul 3 19:44, Takashi Yano wrote: > Named AF_UNIX socket does not work in cygwin1.dll of git HEAD. > > A simple test case is attched. > > Expected result: > 10: 1234567890 > > Result in cygwin1.dll of git HEAD: > bind: Bad address > unlink: Device or resource busy I just built git HEAD from