From owner-freebsd-stable@FreeBSD.ORG Wed Jun 30 21:09:32 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DBAB16A4CE for ; Wed, 30 Jun 2004 21:09:32 +0000 (GMT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CACC43D1D for ; Wed, 30 Jun 2004 21:09:31 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from 250-217.customer.cloud9.net (195-11.customer.cloud9.net [168.100.195.11])i5UL98Le098811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 30 Jun 2004 17:09:10 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (mteterin@localhost [127.0.0.1]) i5UL92gu045800 for ; Wed, 30 Jun 2004 17:09:03 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: stable@FreeBSD.org Date: Wed, 30 Jun 2004 17:09:02 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200406301709.02239@misha-mx.virtual-estates.net> X-Virus-Scanned: clamd / ClamAV version devel-20040615, clamav-milter version 0.73a on corbulon.video-collage.com X-Virus-Status: Clean Subject: the dreaded "Resource temporarily unavailable" in vi X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 21:09:32 -0000 It just started to happen again. Over and over, I open a file, start editing, then -- at a random moment -- I get: ": input: Resource temporarily unavailable" and vi exits.... Here is the ktrace/kdump snippet: 98705 vi CALL sigaction(0x12,0x280e792c,0) 98705 vi RET sigaction 0 98705 vi CALL read(0,0x8090000,0xff) 98705 vi RET read -1 errno 35 Resource temporarily unavailable 98705 vi CALL sigaction(0x12,0x280e7914,0x280e792c) 98705 vi RET sigaction 0 read(2) is failing? -mi (this is on a 4.8-STABLE kernel)