From owner-freebsd-stable@FreeBSD.ORG Thu Aug 7 17:57:38 2003 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 D757F37B401 for ; Thu, 7 Aug 2003 17:57:38 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 859A643FDF for ; Thu, 7 Aug 2003 17:57:37 -0700 (PDT) (envelope-from smckay@internode.on.net) Received: from smtp1.adl2.internode.on.net (localhost [127.0.0.1]) h780vQRH051435 for ; Fri, 8 Aug 2003 10:27:30 +0930 (CST) Received: (from mailnull@localhost)h780vQfa051429 for ; Fri, 8 Aug 2003 10:27:26 +0930 (CST) X-Authentication-Warning: smtp1.adl2.internode.on.net: mailnull set sender to using -f Received: from dungeon.home (ppp188-209.lns1.bne1.internode.on.net [150.101.188.209]) by localhost (8.12.9/8.12.9+MIMEDefang) with ESMTP id h780vERH051380; Fri, 08 Aug 2003 10:27:26 +0930 Received: from dungeon.home (localhost [127.0.0.1]) by dungeon.home (8.12.8p1/8.11.6) with ESMTP id h780vDdx005361; Fri, 8 Aug 2003 10:57:13 +1000 (EST) (envelope-from mckay) Message-Id: <200308080057.h780vDdx005361@dungeon.home> To: Chuck Swiger References: <200308071230.h77CUMgj003099@dungeon.home> <3F327F44.9080909@mac.com> In-Reply-To: <3F327F44.9080909@mac.com> from Chuck Swiger at "Thu, 07 Aug 2003 12:33:08 -0400" Date: Fri, 08 Aug 2003 10:57:13 +1000 From: Stephen McKay X-Streamed-Recipients: X-Proc-As: freebsd-stable X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) cc: freebsd-stable@freebsd.org cc: Stephen McKay Subject: Re: nvi dying with "Resource temporarily unavailable" 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: Fri, 08 Aug 2003 00:57:39 -0000 On Thursday, 7th August 2003, Chuck Swiger wrote: >Stephen McKay wrote: >> Since I upgraded to FreeBSD 4.8 (from 4.5) I've noticed occasional failures >> of nvi. It will suddenly die as a key is pressed, emitting: >> >> Error: input: Resource temporarily unavailable >> >> and you are staring at your command prompt. >> >> I googled for this message and found that people here and there have been >> complaining of this since about FreeBSD 4.2, but that absolutely none of >> them have received a reply. > >Are you using bash as your shell, by any chance? Zsh, actually. Long live zsh! :-) I suppose zsh could be interfering with the pty, but this failure happens in the middle of an editing session, not at the start. I assumed some sort of race condition, but couldn't (easily) find anything in the nvi code. Stephen.