Re: non-blocking accept() can hang.

2013-02-20 Thread Csaba Raduly
On Tue, Feb 19, 2013 at 3:46 PM, Corinna Vinschen wrote: > > Sorry for the late response, but I'm pretty busy with porting Cygwin to > 64 bit right now. Oh shiny ! Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not

Re: non-blocking accept() can hang.

2013-02-19 Thread Corinna Vinschen
On Feb 20 07:16, Tanaka Akira wrote: > 2013/2/19 Corinna Vinschen > > > > I debugged your example code, and it can't work on Cygwin. The problem > > is that accept/connect on AF_LOCAL sockets performs a handshake > > operation to make sure that the other side of the socket is a Cygwin > > process

Re: non-blocking accept() can hang.

2013-02-19 Thread Tanaka Akira
2013/2/19 Corinna Vinschen > > I debugged your example code, and it can't work on Cygwin. The problem > is that accept/connect on AF_LOCAL sockets performs a handshake > operation to make sure that the other side of the socket is a Cygwin > process as well, and to propagate credential information

Re: non-blocking accept() can hang.

2013-02-19 Thread Corinna Vinschen
On Feb 12 10:52, Tanaka Akira wrote: > 2013/2/8 marco atzeri : > > > you can also test by yourself > > http://cygwin.com/snapshots/ > > I see. I re-tested after replacing /bin/cygwin1.dll. > > Unfortunately, the program still block. > (Good news is that ^C is effective. > I don't need to kill t

Re: non-blocking accept() can hang.

2013-02-11 Thread Tanaka Akira
2013/2/8 marco atzeri : > you can also test by yourself > http://cygwin.com/snapshots/ I see. I re-tested after replacing /bin/cygwin1.dll. Unfortunately, the program still block. (Good news is that ^C is effective. I don't need to kill the process using Windows task manager.) % uname -mrsv CY

Re: non-blocking accept() can hang.

2013-02-08 Thread Christopher Faylor
On Fri, Feb 08, 2013 at 05:05:14PM +0400, Andrey Repin wrote: >Greetings, Thomas Wolff! > >> I found that non-blocking accept() can hang. > [...] >>> ... >>> ... this issue >>> might be fixed in latest snapshot, and you would be better to try it out and >>> see if that's true. >> Achim Grat

Re: non-blocking accept() can hang.

2013-02-08 Thread Andrey Repin
Greetings, Thomas Wolff! > I found that non-blocking accept() can hang. [...] >> ... >> ... this issue >> might be fixed in latest snapshot, and you would be better to try it out and >> see if that's true. > Achim Gratz responded: >> It was clear from your post that you were running the r

Re: non-blocking accept() can hang.

2013-02-08 Thread Thomas Wolff
Am 05.02.2013 12:46, schrieb Andrey Repin: Greetings, Tanaka Akira! I found that non-blocking accept() can hang. [...] ... ... this issue might be fixed in latest snapshot, and you would be better to try it out and see if that's true. Achim Gratz responded: It was clear from your post that y

Re: non-blocking accept() can hang.

2013-02-07 Thread marco atzeri
On 2/8/2013 7:37 AM, Tanaka Akira wrote: 2013/2/6 Achim Gratz : It was clear from your post that you were running the release version, thank you. I've compiled your program and it does seem to work correctly, I'm running the latest snapshot. Thank you. I'm grad to hear that. I can wait next

Re: non-blocking accept() can hang.

2013-02-07 Thread Tanaka Akira
2013/2/6 Achim Gratz : > It was clear from your post that you were running the release version, thank > you. I've compiled your program and it does seem to work correctly, I'm > running > the latest snapshot. Thank you. I'm grad to hear that. I can wait next release. -- Tanaka Akira -- Probl

Re: non-blocking accept() can hang.

2013-02-06 Thread Achim Gratz
Tanaka Akira fsij.org> writes: > > Have you tried this with the latest snapshot already? > > > > I think I use a released version, not a snapshot. > (I updated Cygwin several days ago.) It was clear from your post that you were running the release version, thank you. I've compiled your program

Re: non-blocking accept() can hang.

2013-02-05 Thread Andrey Repin
Greetings, Tanaka Akira! >>> I found that non-blocking accept() can hang. >> [...] >> >> Have you tried this with the latest snapshot already? >> > I think I use a released version, not a snapshot. > (I updated Cygwin several days ago.) That was not a question, that was more of a suggestive hint

Re: non-blocking accept() can hang.

2013-02-05 Thread Tanaka Akira
2013/2/5 Achim Gratz : > Tanaka Akira fsij.org> writes: >> I found that non-blocking accept() can hang. > [...] > > Have you tried this with the latest snapshot already? > I think I use a released version, not a snapshot. (I updated Cygwin several days ago.) I attach cygcheck.out. -- Tanaka Aki

Re: non-blocking accept() can hang.

2013-02-04 Thread Achim Gratz
Tanaka Akira fsij.org> writes: > I found that non-blocking accept() can hang. [...] Have you tried this with the latest snapshot already? Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygw