From owner-freebsd-current@FreeBSD.ORG Sat Mar 3 08:36:43 2012 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 8676B1065673 for ; Sat, 3 Mar 2012 08:36:43 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0A7E48FC15 for ; Sat, 3 Mar 2012 08:36:42 +0000 (UTC) Received: by eekd17 with SMTP id d17so882088eek.13 for ; Sat, 03 Mar 2012 00:36:36 -0800 (PST) Received-SPF: pass (google.com: domain of deeptech71@gmail.com designates 10.213.32.132 as permitted sender) client-ip=10.213.32.132; Authentication-Results: mr.google.com; spf=pass (google.com: domain of deeptech71@gmail.com designates 10.213.32.132 as permitted sender) smtp.mail=deeptech71@gmail.com; dkim=pass header.i=deeptech71@gmail.com Received: from mr.google.com ([10.213.32.132]) by 10.213.32.132 with SMTP id c4mr1638002ebd.77.1330763796350 (num_hops = 1); Sat, 03 Mar 2012 00:36:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=0HUCTHfMxlcPR5Rgc+GTWbF6s9cgI4bH/9t1zdfs1cA=; b=E9N93QzB7ovB6S4JvQx5kqacNgk8Cxqi48I4dhmjzGm6Mpj680wMbNnVCl3oziEuFE RhYe/bdCU7o/d6x0wls+MkILpmaaIkQP6HEYZrQ+hPHZFFQKGMq8WQHB/xcAC7nXRyx4 61lF2ugszEI9aox8nkeVzYCDmWAsDspRd24/URb9PVSZHHSnVMhQsZ5GuVOujsb9iZ/D tkpeXFSvgU4LQChOPiEqPS13+uE+qLKeLxhx76Za1LInQRSwpUsUmCYUcJ10vsmoMHRR mhlKY2u1rQdgbK1U5rTPhNrYsZNPUQ5qZtAzgV4NRKL7O1SYDXKnT894rkB+3bqiGOIm U4fg== Received: by 10.213.32.132 with SMTP id c4mr1269124ebd.77.1330763796287; Sat, 03 Mar 2012 00:36:36 -0800 (PST) Received: from [192.168.1.80] (dsl4E5C385D.pool.t-online.hu. [78.92.56.93]) by mx.google.com with ESMTPS id s48sm31079581eem.0.2012.03.03.00.36.34 (version=SSLv3 cipher=OTHER); Sat, 03 Mar 2012 00:36:35 -0800 (PST) Message-ID: <4F51D916.5090301@gmail.com> Date: Sat, 03 Mar 2012 09:40:54 +0100 From: deeptech71@gmail.com User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:10.0.2) Gecko/20120229 Firefox/10.0.2 SeaMonkey/2.7.2 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4F50CE89.6010009@gmail.com> <4F51693C.1020403@gmail.com> In-Reply-To: <4F51693C.1020403@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: SeaMonkey eats the CPU as of r232144 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: Sat, 03 Mar 2012 08:36:43 -0000 David Xu wrote: > I am also running the seamonkey and can not reproduce the problem. > maybe he did hit the race window when I was committing the patches ? > can he update and install the world and kernel again to see if the problem > is still existing ? Yes, he has just rebuilt his world and kernel again, using the latest revision, and he found that the problem disappeared. Although SeaMonkey's CPU usage still doesn't snap to 0 during inactivity. David Xu wrote: > I suspect that your kernel and libthr are out of sync. You have > installed only new version of kernel > or libthr and forgotten to install another ? With -CURRENT, it is better > to update whole tree and > install whole tree includes kernel. No, I deliberately didn't build a new world (because it takes ~10 times as long to build a world+kernel combination compared to just a kernel). I always had the impression that using an older world with a more recent kernel is almost always supported, and the exceptional cases are noted in the UPDATING file, as a quote shows: "User utilities using SIOCAIFADDR, SIOCAIFADDR_IN6, e.g. ifconfig(8), need to be recompiled.".