From owner-freebsd-stable@FreeBSD.ORG Thu Aug 25 10:31:01 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF05A106566B; Thu, 25 Aug 2011 10:31:01 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (unknown [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 2A08F8FC16; Thu, 25 Aug 2011 10:31:00 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id p7PAUvUA026260; Thu, 25 Aug 2011 17:30:57 +0700 (NOVST) (envelope-from egrosbein@rdtc.ru) Message-ID: <4E56245C.6030704@rdtc.ru> Date: Thu, 25 Aug 2011 17:30:52 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: Maxim Sobolev References: <4E5618DF.6090909@FreeBSD.org> In-Reply-To: <4E5618DF.6090909@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: stable@freebsd.org, Jack Vogel Subject: Re: 8-stable panics in igb(8) 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: Thu, 25 Aug 2011 10:31:01 -0000 25.08.2011 16:41, Maxim Sobolev пишет: > Hi, > > We have observed what appears to be a crash in the interrupt thread for > the igb(8) driver on one of our systems. This machine runs May 22's > 8.2-STABLE. For some reason the IP of the crash (0xffffffff806d6399) > points to the key_sendup0() function, however we never had IPsec > configured on that box, so I suspect it is not accurate. > > http://sobomax.sippysoft.com/ScreenShot833.png > > Any ideas of what could be wrong there are appreciated. It would be nice to see KDB backtrace with symbols: options KDB options KDB_TRACE options KDB_UNATTENDED options DDB options DDB_NUMSYM and "options KDB_UNATTENDED" if you wish. For next crash, of course :-) Eugene Grosbein