From owner-freebsd-bugs@FreeBSD.ORG Wed May 14 21:10:06 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 906BD1065683 for ; Wed, 14 May 2008 21:10:06 +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 7791E8FC12 for ; Wed, 14 May 2008 21:10:06 +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 m4ELA6Uc016907 for ; Wed, 14 May 2008 21:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4ELA6k2016906; Wed, 14 May 2008 21:10:06 GMT (envelope-from gnats) Date: Wed, 14 May 2008 21:10:06 GMT Message-Id: <200805142110.m4ELA6k2016906@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Cran Cc: Subject: Re: bin/119903: 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: Wed, 14 May 2008 21:10:06 -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: Fast increase in loading of the processor. Almost 100% for some seconds. Date: Wed, 14 May 2008 22:02:23 +0100 This seems to be a general problem with full-screen ncurses applications - I've seen it with ee, sysinstall, sade and tzsetup. When the controlling terminal is detached, the application starts using 100% CPU until the application is killed. One of the backtraces I obtained from ee was: #0 0x0000000800878dac in sigaction () from /lib/libc.so.7 #1 0x000000080066f282 in _nc_signal_handler () from /lib/libncurses.so.7 #2 0x000000080066edc2 in doupdate () from /lib/libncurses.so.7 #3 0x0000000000402552 in main (argc=2, argv=0x7fffffffebb8) at ee.c:622 Without debugging information in libncurses I can't tell if there's anything significant about it though. -- Bruce Cran