From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 15 12:32:53 2011 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8293106566C for ; Mon, 15 Aug 2011 12:32:53 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 150378FC0C for ; Mon, 15 Aug 2011 12:32:52 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA13067; Mon, 15 Aug 2011 15:32:50 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4E4911F1.9030808@FreeBSD.org> Date: Mon, 15 Aug 2011 15:32:49 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110705 Thunderbird/5.0 MIME-Version: 1.0 To: Joe Schaefer References: In-Reply-To: X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers Subject: Re: Clock stalls on Sabertooth 990FX X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2011 12:32:53 -0000 on 13/08/2011 20:16 Joe Schaefer said the following: > Brand new machine with a Phenom II X6 1100T and under chronic load > the clock will stop running periodically until the machine eventually completely > freezes. Note: during these stalls the kernel is still running, the > machine is still > mostly responsive, it's just that the clock is frozen in time. > > I've disabled Turbo mode in the bios and toyed with just about every > other setting but nothing seems to resolve this problem. Based on the behavior > of the machine (just making buildworld will eventually kill it, upping > the -j flag > just kills it faster), I'm guessing it has something to do with the > Digi+ VRM features > but again nothing I've tried modifying in the bios seems to help. > > I've tried both 8.2-RELEASE and FreeBSD 9 (head). Running head now with > a dtrace enabled kernel. > > Suggestions? On head, start with checking what source is used for driving clocks: sysctl kern.eventtimer When the problem starts using vmstat -i to check interrupt rates and see if any relevant counter gets stuck. -- Andriy Gapon