From owner-freebsd-stable@FreeBSD.ORG Thu Jul 1 06:11:16 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 BFE3916A4CE for ; Thu, 1 Jul 2004 06:11:16 +0000 (GMT) Received: from pc5.i.0x5.de (n.0x5.de [213.146.113.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FE0A43D46 for ; Thu, 1 Jul 2004 06:11:15 +0000 (GMT) (envelope-from nicolas@i.0x5.de) Received: from pc5.i.0x5.de (nicolas@localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.11/8.12.11) with ESMTP id i616B7eW035008 for ; Thu, 1 Jul 2004 08:11:07 +0200 (CEST) (envelope-from nicolas@pc5.i.0x5.de) Received: (from nicolas@localhost) by pc5.i.0x5.de (8.12.11/8.12.11/Submit) id i616B7Du035007 for stable@freebsd.org; Thu, 1 Jul 2004 08:11:07 +0200 (CEST) (envelope-from nicolas) Date: Thu, 1 Jul 2004 08:11:06 +0200 From: Nicolas Rachinsky To: stable@freebsd.org Message-ID: <20040701061106.GA34875@pc5.i.0x5.de> Mail-Followup-To: stable@freebsd.org References: <200406301709.02239@misha-mx.virtual-estates.net> <20040630191238.C66769@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040630191238.C66769@carver.gumbysoft.com> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc User-Agent: Mutt/1.5.6i Subject: Re: 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: Thu, 01 Jul 2004 06:11:16 -0000 * Doug White [2004-06-30 19:13 -0700]: > On Wed, 30 Jun 2004, Mikhail Teterin wrote: > > 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.... > > yes we know. I've debugged this myself and its not clear WHY its > returning EAGAIN. Also hacking vi to handle EAGAIN here is very difficult, > and really it should handle it. It sounds somehow similar to the thread starting with <200308071230.h77CUMgj003099@dungeon.home> on freebsd stable (Subject: nvi dying with "Resource temporarily unavailable"/Date: Thu, 07 Aug 2003 22:30:22 +1000). Nicolas