From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 21 14:30:25 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7292716A46A for ; Wed, 21 Sep 2005 14:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB7643D48 for ; Wed, 21 Sep 2005 14:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8LEUPXT027962 for ; Wed, 21 Sep 2005 14:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8LEUOWW027961; Wed, 21 Sep 2005 14:30:24 GMT (envelope-from gnats) Date: Wed, 21 Sep 2005 14:30:24 GMT Message-Id: <200509211430.j8LEUOWW027961@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: bin/86405: /usr/bin/more segmentation fault X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2005 14:30:25 -0000 The following reply was made to PR bin/86405; it has been noted by GNATS. From: Giorgos Keramidas To: Daniel Blankensteiner Cc: bug-followup@freebsd.org Subject: Re: bin/86405: /usr/bin/more segmentation fault Date: Wed, 21 Sep 2005 17:22:53 +0300 On 2005-09-21 14:58, Daniel Blankensteiner wrote: > Using the 'k' option can make /usr/bin/more segmentation fault with > some files. Try with wxglade-0.4-setup.exe from > http://sourceforge.net/projects/wxglade > > more -k wxglade-0.4-setup.exe Interesting. Since our more(1) is basically a hard link to less(1) flame:/home/keramida$ ls -ldi `which more` `which less` 400974 -r-xr-xr-x 2 root wheel - 115128 Sep 21 10:21 /usr/bin/less 400974 -r-xr-xr-x 2 root wheel - 115128 Sep 21 10:21 /usr/bin/more flame:/home/keramida$ it would be nice to check newer versions of less (i.e. from the ports?) and see if this is fixed already upstream.