From owner-freebsd-bugs@freebsd.org Mon Feb 15 02:12:56 2016 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71314AA80AE for ; Mon, 15 Feb 2016 02:12:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 607DC1120 for ; Mon, 15 Feb 2016 02:12:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1F2CugT052122 for ; Mon, 15 Feb 2016 02:12:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 207200] Page Fault - Fatal Trap 12 Date: Mon, 15 Feb 2016 02:12:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kayasaman@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 02:12:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207200 Bug ID: 207200 Summary: Page Fault - Fatal Trap 12 Product: Base System Version: 10.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: kayasaman@gmail.com Hi, I've got a SuperMicro server: CPU: Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz (3700.08-MHz K8-class CPU) Ram: 8GB System Board: SM X9SRE I'm running FreeBSD 10.2: 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 I keep running into this issue which arises after either rebooting or restarting NFSD: Fatal trap 12: page fault while in kernel mode cpuid =3D 1; apic id =3D 02 fault virtual address =3D 0x378 fault code =3D supervisor read data, page not present instruction pointer =3D 0x20:0xffffffff8092e980 stack pointer =3D 0x28:0xfffffe0233eb4400 frame pointer =3D 0x28:0xfffffe0233eb4480 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 (irq293: igb5:que 1) trap number =3D 12 panic: page fault cpuid =3D 1 KDB: stack backtrace: #0 0xffffffff80984e30 at kdb_backtrace+0x60 #1 0xffffffff809489e6 at vpanic+0x126 #2 0xffffffff809488b3 at panic+0x43 #3 0xffffffff80d4aadb at trap_fatal+0x36b #4 0xffffffff80d4addd at trap_pfault+0x2ed #5 0xffffffff80d4a47a at trap+0x47a #6 0xffffffff80d307f2 at calltrap+0x8 #7 0xffffffff80b4a725 at xprt_active+0x45 #8 0xffffffff80b4e0a5 at svc_vc_soupcall+0x35 #9 0xffffffff809bcc52 at sowakeup+0x82 #10 0xffffffff80aea942 at tcp_do_segment+0x2b22 #11 0xffffffff80ae7720 at tcp_input+0x12b0 #12 0xffffffff80a77f57 at ip_input+0x97 #13 0xffffffff80a177d2 at netisr_dispatch_src+0x62 #14 0xffffffff80a0eb76 at ether_demux+0x126 #15 0xffffffff80a0f81e at ether_nh_input+0x35e #16 0xffffffff80a177d2 at netisr_dispatch_src+0x62 #17 0xffffffff804f715c at igb_rxeof+0x60c Uptime: 7m19s Dumping 1671 out of 8129 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..9= 1% The closest thing I could come up with is this: https://forums.freebsd.org/threads/fatal-trap-12-page-fault-while-in-kernel= -mode-on-new-server-running-freebsd-10-1-release-p10.51737/ According to the link the bug: Bug 194525 was fixed in an earlier version......? Basically since the "Current Process" mentioned was the queue on igb5, I ru= n a lagg0 interface with LACP and currently have 4 NIC's within the aggregation {igb2 through 5} connected to a Cisco switch running EtherChannel. On some occasions it seems that igb5 starts flapping too, according to the system logs; not sure if that's related to the issue or not? If I need to post any more information please advise!! Thanks. --=20 You are receiving this mail because: You are the assignee for the bug.=