From owner-freebsd-net@FreeBSD.ORG Fri Jul 9 16:18:39 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23A04106564A for ; Fri, 9 Jul 2010 16:18:39 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id C97598FC0C for ; Fri, 9 Jul 2010 16:18:38 +0000 (UTC) Received: by yxn22 with SMTP id 22so436459yxn.13 for ; Fri, 09 Jul 2010 09:18:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=yE4eNEw6xNrK70uG2h1V4GiKypoNtj988zd0BQJriQU=; b=UnjL0oEFen4UxrhpxaYN8wqbYU6QurDo9t6VDaHA7dbJSfXGcQmUZlR5oZfs4pKUbG 31wFBMs4TYcreoLwcy7TziX+wtu++fUI9tvTmlBp38lcsj6xUsINBcWJ9nFvnQAjJ95k im3Uoe50I6v2Fg5zTCqmc45jT1z78mJGLT/Mw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IO+GFb8PmOdootyK7hmJUfUL+KH+DBIG65W5GiEa9KaLVBEhIZdqIT76X9P8k1JgBp rHcPXp4UhjQPa1gPCV34ciyvM6YFoxtr+GPJAoNmnibtHtbRzqBjHEXPp/TcjRUAvVUK /i4sxoMVNslc/Gbtp0O/EzQRM75AARa+pGMxQ= MIME-Version: 1.0 Received: by 10.229.95.76 with SMTP id c12mr6168901qcn.205.1278692317878; Fri, 09 Jul 2010 09:18:37 -0700 (PDT) Received: by 10.229.220.5 with HTTP; Fri, 9 Jul 2010 09:18:37 -0700 (PDT) In-Reply-To: References: <4C3631F4.4090504@gmail.com> <20100708215554.GH9303@michelle.cdnetworks.com> Date: Fri, 9 Jul 2010 09:18:37 -0700 Message-ID: From: Jack Vogel To: Chris Buechler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: pyunyh@gmail.com, net@freebsd.org Subject: Re: page fault in igb on 8.1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 16:18:39 -0000 Is this kernel 32 bit? And is my code altered, it seemed some debug I saw was not familiar. Last, can you try the code in HEAD to see if it changes anything. Jack On Fri, Jul 9, 2010 at 9:06 AM, Chris Buechler wrote: > On Fri, Jul 9, 2010 at 1:03 AM, Jack Vogel wrote: > > Damn, thats bad, and this is with what installed exactly, RC1, 2? I'll > have > > someone in validation install to see if we can repro this tomorrow, let > me > > know what it is asap. > > > > Here are some pictures of the screen, with the backtrace, the ifconfig > output on one of the NICs, and `sysctl -a|grep igb`. Don't have a > serial console, and it panics when any of the NICs are plugged in, so > this is the best we can do at the moment. > http://cvs.pfsense.org/~cmb/igbpanic.zip > > If you need anything else let me know. > > thanks > Chris >