Re: accept(2) returning a O_NONBLOCK socket

2025-05-10 Thread Samuel Thibault
Hello, Ludovic Courtès, le ven. 09 mai 2025 00:34:08 +0200, a ecrit: > The patch below fixes that (and thus fixes the Shepherd socket > activation, as yelninei initially reported). Makes sense indeed, applied, thanks! Samuel

Re: accept(2) returning a O_NONBLOCK socket

2025-05-10 Thread yelninei--- via Bug reports for the GNU Hurd
Hello Ludo, May 8, 2025, 22:34 by l...@gnu.org: > Hello, > > So I think my last attempt was misguided; attached is a simpler > reproducer that exhibits the problem following these steps: > > 1. create a socket, bind it, and mark it as O_NONBLOCK; > 2. select on that socket to wait for an incomin