From owner-freebsd-ports@FreeBSD.ORG Thu Aug 28 20:21:40 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64D981065678 for ; Thu, 28 Aug 2008 20:21:40 +0000 (UTC) (envelope-from rick.seay@teksavvy.com) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2A2D08FC22 for ; Thu, 28 Aug 2008 20:21:34 +0000 (UTC) (envelope-from rick.seay@teksavvy.com) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AukAABOltkjO+IcH/2dsb2JhbAAItBABhlRuAXuBBw X-IronPort-AV: E=Sophos;i="4.32,288,1217822400"; d="scan'208";a="26099733" Received: from 206-248-135-7.dsl.teksavvy.com (HELO [192.168.0.100]) ([206.248.135.7]) by ironport2-out.teksavvy.com with ESMTP; 28 Aug 2008 16:20:30 -0400 Message-ID: <48B7088E.2050906@teksavvy.com> Date: Thu, 28 Aug 2008 16:20:30 -0400 From: "Richard (Rick) Seay" User-Agent: Thunderbird 2.0.0.14 (X11/20080609) MIME-Version: 1.0 To: joe@zircon.seattle.wa.us Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: ksh93-20080725 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 20:21:40 -0000 I've run into a problem with the 2008-07-25 version of ksh93. In a login shell, the following causes ksh to hang: echo x | grep y Note that it must be a login shell using the console. A subshell works fine. This problem does not appear using the 2008-02-02 version. $ uname -a FreeBSD KCHV5GC 7.0-RELEASE FreeBSD 7.0-RELEASE #3: Wed Apr 23 15:29:14 EDT 2008 root@KCHV5GC:/usr/obj/usr/src/sys/KERNEL i386 Richard Seay