From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 10 02:20:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E2A01065686 for ; Fri, 10 Oct 2008 02:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 131A48FC1B for ; Fri, 10 Oct 2008 02:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m9A2K3WE072812 for ; Fri, 10 Oct 2008 02:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m9A2K3sq072811; Fri, 10 Oct 2008 02:20:03 GMT (envelope-from gnats) Date: Fri, 10 Oct 2008 02:20:03 GMT Message-Id: <200810100220.m9A2K3sq072811@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Cran Cc: Subject: Re: bin/119903: [ncurses] Fast increase in loading of the processor. Almost 100% for some seconds. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 02:20:04 -0000 The following reply was made to PR bin/119903; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, gaal.nix.rulez@gmail.com Cc: Subject: Re: bin/119903: [ncurses] Fast increase in loading of the processor. Almost 100% for some seconds. Date: Fri, 10 Oct 2008 03:11:26 +0100 This has been fixed in version 1.4.4 from http://mahon.cwx.net/ The version in src/usr.bin/ee is 1.4.1. From the Changes file: - added code to check if the parent process has died, and if so exit gracefully -- Bruce Cran