Re: RFR 8006395: Race in async socket close on Linux

2013-01-31 Thread Chris Hegarty
On 01/31/2013 02:34 PM, Alan Bateman wrote: On 30/01/2013 21:36, Chris Hegarty wrote: There is a very small, and very old, window for a race in the socket asynchronous close mechanism on Linux. This can lead to blocking socket operations never returning even after the socket has been closed. Th

Re: RFR 8006395: Race in async socket close on Linux

2013-01-31 Thread Dmitry Samersoff
Chris, Looks good for me. -Dmitry On 2013-01-31 01:36, Chris Hegarty wrote: > There is a very small, and very old, window for a race in the socket > asynchronous close mechanism on Linux. This can lead to blocking socket > operations never returning even after the socket has been closed. > > This

Re: RFR 8006395: Race in async socket close on Linux

2013-01-31 Thread Alan Bateman
On 30/01/2013 21:36, Chris Hegarty wrote: There is a very small, and very old, window for a race in the socket asynchronous close mechanism on Linux. This can lead to blocking socket operations never returning even after the socket has been closed. This issue would appear to exist since its (l