From owner-freebsd-current@FreeBSD.ORG Mon Jun 8 15:57:11 2009 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 55BF8106566C for ; Mon, 8 Jun 2009 15:57:11 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id E33588FC12 for ; Mon, 8 Jun 2009 15:57:10 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=7i0464YSEO4A:10 a=iFeS3GoKecEA:10 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=2FSjGKNiIeXevvnH9fgA:9 a=eA9MlQzHYcuBG5Jg4y5VVFWK6AoA:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1255522163 for freebsd-current@freebsd.org; Mon, 08 Jun 2009 17:57:09 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Mon, 8 Jun 2009 18:01:15 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906081801.17477.hselasky@c2i.net> Subject: KDE4 on FreeBSD (was: KDE4 and input events) 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: Mon, 08 Jun 2009 15:57:11 -0000 Hi, During the last couple of weeks I've seen several posts about input devices freezing. I'm not sure if I have a solution for it, but it seems like there is a software bug there. Starting up kde4 as a non-root user leaded to the following strange situation: kded4 (KDE 4.2.4) was constanly waiting on "select" using 30% CPU while one zombie process was present. Solution: killall -kill kded4 After that my system was behaving normal. I was not able to figure out if this is a kernel race or userland race. --HPS