From owner-freebsd-stable@FreeBSD.ORG Fri Aug 3 15:46:57 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 639FA16A417 for ; Fri, 3 Aug 2007 15:46:57 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 1B45713C49D for ; Fri, 3 Aug 2007 15:46:57 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id CD0A1EB44C8; Fri, 3 Aug 2007 23:46:55 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id vyi3gx+pvICH; Fri, 3 Aug 2007 23:46:53 +0800 (CST) Received: from charlie.delphij.net (unknown [221.221.170.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id D572CEB4497; Fri, 3 Aug 2007 23:46:52 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=QlQZcVuJUug/0hRxuVA2GgofX5dISkHUF5fO39w412Vv2tdF7GU0nRXXWb5+tcbr0 mTfczPyzNrHEW17extlzQ== Message-ID: <46B34DEC.10902@delphij.net> Date: Fri, 03 Aug 2007 23:46:52 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Graham Menhennitt References: <20070802114827.U26646@pat.io.com> <46B25263.6070503@menhennitt.com.au> In-Reply-To: <46B25263.6070503@menhennitt.com.au> X-Enigmail-Version: 0.95.2 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, Ted Hatfield 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 15:46:57 -0000 Graham Menhennitt wrote: > 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. I can reliably reproduce this with less -E on both -CURRENT and -STABLE... :S I need to do an operation on my eye this weekend so I have to wait a couple of days until I can recover from this. Cheers,