From owner-freebsd-bugs@FreeBSD.ORG Tue May 27 14:40:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DDCF1065681 for ; Tue, 27 May 2008 14:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7E31E8FC1E for ; Tue, 27 May 2008 14:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4REe3qk024360 for ; Tue, 27 May 2008 14:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4REe3JW024359; Tue, 27 May 2008 14:40:03 GMT (envelope-from gnats) Date: Tue, 27 May 2008 14:40:03 GMT Message-Id: <200805271440.m4REe3JW024359@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Marc Olzheim Cc: Subject: Re: bin/3170: vi freaks and dump core if user doesn't exist X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Olzheim List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 14:40:03 -0000 The following reply was made to PR bin/3170; it has been noted by GNATS. From: Marc Olzheim To: Bill Fenner Cc: Marc Olzheim , bug-followup@freebsd.org Subject: Re: bin/3170: vi freaks and dump core if user doesn't exist Date: Tue, 27 May 2008 16:32:59 +0200 On Tue, May 27, 2008 at 05:29:16AM -0700, Bill Fenner wrote: > > Well, the missing information seems to have to do with the terminal. I > > managed to reproduce it now. The step that's missing in the description, > > is that this only seems to happen on a virtual terminal on console. > > I first experienced it with an xterm running on a local X server; > since it was so long ago I assume my terminal type was set to 'xterm'. > Last week I reproduced it by ssh'ing in from a MacOS X 'Terminal' > with my term type set to 'xterm-color'. I never had a terminal type > on which I couldn't reproduce it, so didn't think to include that > information in the bug; sorry for the oversight. It's not triggered in a gnome-terminal, with TERM=xterm, but it is in a 'real' xterm and still reproduceable on FreeBSD 7.0-STABLE. :-/ Marc