From owner-freebsd-questions@FreeBSD.ORG Tue Jan 9 06:38:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC4A516A407 for ; Tue, 9 Jan 2007 06:38:28 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE8313C43E for ; Tue, 9 Jan 2007 06:38:28 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so7649622wxc for ; Mon, 08 Jan 2007 22:38:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GihryLjYGcUddAeBgpilyOFIXDc3FmoR7UgKFZG84PmVQOxHG6DZ2dVX+EAoFU0e4kHDW9VtrghUfWMYDkW+Tiw4mYqxHwEREYFkZcakdE0yTmBkQ/X3xQe4KIAnYUNXxGOmhLtsDnCssa5pA+ZIJdk82UrILVdzBFCKQMd0+Q8= Received: by 10.70.130.19 with SMTP id c19mr50362228wxd.1168324707886; Mon, 08 Jan 2007 22:38:27 -0800 (PST) Received: by 10.70.14.15 with HTTP; Mon, 8 Jan 2007 22:38:27 -0800 (PST) Message-ID: <14989d6e0701082238j6fc6f819h156f68fd058a6472@mail.gmail.com> Date: Tue, 9 Jan 2007 07:38:27 +0100 From: "Christian Walther" To: "Dak Ghatikachalam" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Shell recommendations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2007 06:38:28 -0000 On 09/01/07, Dak Ghatikachalam wrote: > Hi Freebsd > > I am using ksh93 shell as my login shell > each and everytime > > I do set -o vi > > and perform some commands > > it simply dumps ksh93.core > file and crashed whole terminal session, > > I have been having this problem everrsince I changed my login shell from > /bin/sh to /bin/ksh which is symbolic link of ksh93 executable I compiled > off the freebsd /usr/ports/ > > I wonder if anyone has similar issues with this ksh or am I doing something > stupid [...] It doesn't matter what you do with your shell, it simply shouldn't crash. if you like it, and you would like continue using it, I suggest you try to get a working binary. ksh93 hasn't changed since 20060214 (according to freshports.org), so I guess you're working with the most recent version already. What you should try is to rebuild this port without any optimization set in /etc/make.conf. Please comment any CFLAGS= and CPUTYPE= and do a make reinstall. This should result in a i386 binary without any optimization. Try using it, maybe the core dump is gone. There are several ports out there that don't like being built with optimization. HTH Christian