Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20021031100900.84791.qmail@web20705.mail.yahoo.com> Date: Thu, 31 Oct 2002 02:09:00 -0800 (PST) From: Edan Ayal Subject: 1.3.12: dgram readv after select bug (Win2k) To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hello, I think I've discovered a problem with readv from dgram socket under Cygwin: I wait in a 'select' for data to arrive on a UDP socket. The select tells me there's data to read, but the 'readv' blocks forever. When I replace the 'readv' with simple 'read' (without the iovec of course), everything is fine. I did not check the behavior with a TCP socket. Thanks, Edan. __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/