From owner-freebsd-current@FreeBSD.ORG Fri Nov 28 07:07:01 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 9BD8B1065672 for ; Fri, 28 Nov 2008 07:07:01 +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 1181D8FC18 for ; Fri, 28 Nov 2008 07:07:00 +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 mAS76pNr007207 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 28 Nov 2008 09:06:57 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id mAS76p06002335 for ; Fri, 28 Nov 2008 09:06:51 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id mAS76ohP002334; Fri, 28 Nov 2008 09:06:50 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: freebsd-current@freebsd.org References: <87wseo731o.fsf@kobe.laptop> Date: Fri, 28 Nov 2008 09:06:50 +0200 In-Reply-To: <87wseo731o.fsf@kobe.laptop> (Giorgos Keramidas's message of "Fri, 28 Nov 2008 08:55:15 +0200") Message-ID: <87fxlcba7p.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: mAS76pNr007207 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: Re: 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 07:07:01 -0000 On Fri, 28 Nov 2008 08:55:15 +0200, Giorgos Keramidas wrote: > 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 > ... Nevermind. This seems to be a problem only with xterm processes started under XFCE4. Running under startx and plain 'twm' doesn't have the same problem, so I'll have to look a bit more into this...