From owner-freebsd-stable@FreeBSD.ORG Fri Aug 3 10:17:27 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7EB016A417 for ; Fri, 3 Aug 2007 10:17:27 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from fallbackmx02.syd.optusnet.com.au (fallbackmx02.syd.optusnet.com.au [211.29.133.72]) by mx1.freebsd.org (Postfix) with ESMTP id 02D4313C458 for ; Fri, 3 Aug 2007 10:17:26 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from mail08.syd.optusnet.com.au (mail08.syd.optusnet.com.au [211.29.132.189]) by fallbackmx02.syd.optusnet.com.au (8.12.11.20060308/8.12.11) with ESMTP id l72Lrg8W028432 for ; Fri, 3 Aug 2007 07:53:42 +1000 Received: from [203.2.73.193] (c58-107-247-225.mckinn2.vic.optusnet.com.au [58.107.247.225]) by mail08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id l72LrdYO003925; Fri, 3 Aug 2007 07:53:40 +1000 Message-ID: <46B25263.6070503@menhennitt.com.au> Date: Fri, 03 Aug 2007 07:53:39 +1000 From: Graham Menhennitt User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: Ted Hatfield References: <20070802114827.U26646@pat.io.com> In-Reply-To: <20070802114827.U26646@pat.io.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Bug in less version 406. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Aug 2007 10:17:28 -0000 Ted Hatfield wrote: > > Using less -E or more to display a file that is less than a full page, > while then displaying a nonexistent file causes a segmentation fault. > > For example on a newly built system you can > > less -E /etc/group bogusfile > > > This will display the file ending with > > /etc/group (file 1 of 2) (END) - Next: bogusfile > > when you press space or return it gives > > Segmentation fault: 11 > I can reproduce it using "more" but not "less -E". This is on -Current as of a week or so ago. TERM=xterm. Graham