From owner-freebsd-net@FreeBSD.ORG Mon Jun 10 11:40:01 2013 Return-Path: Delivered-To: freebsd-net@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6940A607 for ; Mon, 10 Jun 2013 11:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5B499108A for ; Mon, 10 Jun 2013 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5ABe0NT006352 for ; Mon, 10 Jun 2013 11:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5ABe03N006351; Mon, 10 Jun 2013 11:40:00 GMT (envelope-from gnats) Date: Mon, 10 Jun 2013 11:40:00 GMT Message-Id: <201306101140.r5ABe03N006351@freefall.freebsd.org> To: freebsd-net@FreeBSD.org Cc: From: Maxim Bourmistrov Subject: Re: kern/179299: [igb] Intel X540-T2 - unstable driver X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Maxim Bourmistrov List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 11:40:01 -0000 The following reply was made to PR kern/179299; it has been noted by GNATS. From: Maxim Bourmistrov To: bug-followup@FreeBSD.org, sysop@prisjakt.nu Cc: Subject: Re: kern/179299: [igb] Intel X540-T2 - unstable driver Date: Mon, 10 Jun 2013 13:32:32 +0200 I was able to reproduce this issue on one of two identical machines, but = this is not 100% possible. However I was able to crash this machine, while trying to reproduce, = with the following stack trace. Thus no longer sure if my original problem IS cksum6/tso6 related. Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x18 fault code =3D supervisor write data, page not present instruction pointer =3D 0x20:0xffffffff805a220c stack pointer =3D 0x28:0xffffff917c839910 frame pointer =3D 0x28:0xffffff917c8399d0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 12 (irq283: ix0:que 0) trap number =3D 12 panic: page fault cpuid =3D 0 KDB: stack backtrace: #0 0xffffffff80955276 at kdb_backtrace+0x66 #1 0xffffffff8091c5ee at panic+0x1ce #2 0xffffffff80cab720 at trap_fatal+0x290 #3 0xffffffff80caba81 at trap_pfault+0x211 #4 0xffffffff80cac034 at trap+0x344 #5 0xffffffff80c953c3 at calltrap+0x8 #6 0xffffffff805a28e6 at ixgbe_msix_que+0x86 #7 0xffffffff808ed80d at intr_event_execute_handlers+0xfd #8 0xffffffff808eeffe at ithread_loop+0x9e #9 0xffffffff808ea49f at fork_exit+0x11f #10 0xffffffff80c958ee at fork_trampoline+0xe Uptime: 13m13s //maxim=