From owner-freebsd-bugs@FreeBSD.ORG Tue May 27 12:30:05 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 CA0D81065677 for ; Tue, 27 May 2008 12:30:05 +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 B920F8FC2A for ; Tue, 27 May 2008 12:30:05 +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 m4RCU5UP013124 for ; Tue, 27 May 2008 12:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4RCU5Ad013121; Tue, 27 May 2008 12:30:05 GMT (envelope-from gnats) Date: Tue, 27 May 2008 12:30:05 GMT Message-Id: <200805271230.m4RCU5Ad013121@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Bill Fenner" 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: Bill Fenner List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 12:30:05 -0000 The following reply was made to PR bin/3170; it has been noted by GNATS. From: "Bill Fenner" To: "Marc Olzheim" Cc: bug-followup@freebsd.org Subject: Re: bin/3170: vi freaks and dump core if user doesn't exist Date: Tue, 27 May 2008 05:29:16 -0700 On Tue, May 27, 2008 at 1:27 AM, Marc Olzheim 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. Bill