From owner-freebsd-hackers Thu Jun 7 10:33:58 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 4100E37B403 for ; Thu, 7 Jun 2001 10:33:53 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f57HXov74249; Thu, 7 Jun 2001 10:33:50 -0700 (PDT) (envelope-from dillon) Date: Thu, 7 Jun 2001 10:33:50 -0700 (PDT) From: Matt Dillon Message-Id: <200106071733.f57HXov74249@earth.backplane.com> To: Graham Barr Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: read(2) and ETIMEDOUT References: <20010607171501.S50444@pobox.com> <200106071653.f57Grsn73369@earth.backplane.com> <20010607180011.U50444@pobox.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Thanks, I will try setting errno, but I don't think it is signals. :I have been running truss on the process. The relevant part is : :gettimeofday(0xbfbffa54,0x0) = 0 (0x0) :select(0x50,0x93f8c90,0x0,0x0,0xbfbffa74) = 3 (0x3) :read(0x16,0xa2da000,0x8000) ERR#60 'Operation timed out' : :In fact there are no signals in the whole truss output : :Graham. What type of descriptor is the read being performed on? A TCP connection or, say, a reading a file over NFS? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message