From owner-freebsd-current@FreeBSD.ORG Fri Nov 28 06:55:24 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48C651065673 for ; Fri, 28 Nov 2008 06:55:24 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id B13188FC1B for ; Fri, 28 Nov 2008 06:55:23 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl114-202.kln.forthnet.gr [77.49.233.202]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id mAS6tF2R005741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 28 Nov 2008 08:55:21 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id mAS6tFa5011262 for ; Fri, 28 Nov 2008 08:55:15 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id mAS6tFnv011261; Fri, 28 Nov 2008 08:55:15 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: freebsd-current@freebsd.org Date: Fri, 28 Nov 2008 08:55:15 +0200 Message-ID: <87wseo731o.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: mAS6tF2R005741 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.856, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.54, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Subject: tty problems in recent head? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2008 06:55:24 -0000 I just restored my laptop after a bit of 'fun' with a broken disk, and rebuilt all my ports. Something in head/ @ svn rev 185370 seems to cause problems to screen & xterm. Exiting an xterm window causes xterm processes to be stuck in 'RUN' and consume a lot of CPU: PID USERNAME THR PRI NICE SIZE RES STATE C TIME CPU COMMAND 11211 keramida 1 106 0 7624K 4360K CPU0 0 0:46 51.86% xterm 11169 keramida 1 106 0 7624K 4504K RUN 1 1:12 49.66% xterm 11201 keramida 1 106 0 7624K 4360K RUN 1 0:47 49.07% xterm 11180 keramida 1 106 0 7624K 4360K RUN 1 1:07 48.88% xterm ...