From owner-freebsd-stable@FreeBSD.ORG Tue Feb 1 19:18:34 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D43741065672 for ; Tue, 1 Feb 2011 19:18:34 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (gribble.egr.msu.edu [35.9.37.169]) by mx1.freebsd.org (Postfix) with ESMTP id A1E428FC16 for ; Tue, 1 Feb 2011 19:18:34 +0000 (UTC) Received: from gribble (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id B773377268 for ; Tue, 1 Feb 2011 13:59:31 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by gribble (gribble.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y5X4oLJyQhq7 for ; Tue, 1 Feb 2011 13:59:31 -0500 (EST) Received: from [35.9.44.65] (daemon.egr.msu.edu [35.9.44.65]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mcdouga9) by mail.egr.msu.edu (Postfix) with ESMTPSA id 9303977263 for ; Tue, 1 Feb 2011 13:59:31 -0500 (EST) Message-ID: <4D485813.8040001@egr.msu.edu> Date: Tue, 01 Feb 2011 13:59:31 -0500 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110101 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <1321946168.20110119001248@serebryakov.spb.ru> <4D36A451.6070902@rdtc.ru> <888480815.20110119120016@serebryakov.spb.ru> <4D36B3E1.7020009@rdtc.ru> <513511861.20110120110508@serebryakov.spb.ru> In-Reply-To: <513511861.20110120110508@serebryakov.spb.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: 8-STABLE/amd64 semi-regular crash with "kernel trap 12 with interrupts disabled" in "process 12 (swi4: clock)" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 19:18:34 -0000 On 01/20/11 03:05, Lev Serebryakov wrote: > Hello, Eugene. > You wrote 19 января 2011 г., 12:50:25: > >> Yes, I've missed it's PRERELEASE already. >> Backtrace points to the problem in em_local_timer() fixed in CURRENT >> 7 days ago, take a look: >> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/e1000/if_em.c#rev1.65 >> I run my servers with this commit backported manually as >> it has not been MFC'd yet. > Ok, I'll try it (rebuilding system now). > Did it help the problem? I think I saw a related panic today so I'm going to try updating past the time this was MFC'ed to 8 which I think was Sat Jan 22 01:34:08 2011 UTC (10 days, 17 hours ago). Thanks.