From owner-freebsd-net@freebsd.org Sun Sep 30 13:18:31 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF3E910BF61C for ; Sun, 30 Sep 2018 13:18:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 68E048245F for ; Sun, 30 Sep 2018 13:18:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 290FE10BF61B; Sun, 30 Sep 2018 13:18:31 +0000 (UTC) Delivered-To: net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05BE010BF61A for ; Sun, 30 Sep 2018 13:18:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97FC48245B for ; Sun, 30 Sep 2018 13:18:30 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D80EF20BEF for ; Sun, 30 Sep 2018 13:18:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8UDITKO058935 for ; Sun, 30 Sep 2018 13:18:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8UDITUg058934 for net@FreeBSD.org; Sun, 30 Sep 2018 13:18:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 231659] 12-ALPHA7 r338900 crashes with IPsec on network load Date: Sun, 30 Sep 2018 13:18:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lev@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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-net@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2018 13:18:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231659 --- Comment #12 from Lev A. Serebryakov --- Ok. Now I have kernel with INVARIANTs and WITNESS and I have space fro crashdumps. I've got 3 crashdumps with exactly same panic message: Assertion (staterr & E1000_RXD_STAT_DD) !=3D 0 failed at /data/src/sys/dev/e1000/em_txrx.c:698 Here is stacktrace: #0 doadump (textdump=3D1) at pcpu.h:230 #1 0xffffffff80565a70 in kern_reboot (howto=3D260) at /data/src/sys/kern/kern_shutdown.c:446 #2 0xffffffff80565ec3 in vpanic (fmt=3D, ap=3D) at /data/src/sys/kern/kern_shutdown.c:872 #3 0xffffffff80565c23 in panic (fmt=3D) at /data/src/sys/kern/kern_shutdown.c:799 #4 0xffffffff803f1de4 in em_isc_rxd_pkt_get (arg=3D, ri=3D) at /data/src/sys/dev/e1000/em_txrx.c:698 #5 0xffffffff806688d8 in iflib_rxeof (rxq=3D0xfffff80002295800, budget=3D<= value optimized out>) at /data/src/sys/net/iflib.c:2684 #6 0xffffffff80664d19 in _task_fn_rx (context=3D0xfffff80002295800) at /data/src/sys/net/iflib.c:3820 #7 0xffffffff805a5e49 in gtaskqueue_run_locked (queue=3D0xfffff800021dc400= ) at /data/src/sys/kern/subr_gtaskqueue.c:332 #8 0xffffffff805a5c08 in gtaskqueue_thread_loop (arg=3D) at /data/src/sys/kern/subr_gtaskqueue.c:507 #9 0xffffffff8052f5c4 in fork_exit (callout=3D0xffffffff805a5b80 , arg=3D0xfffffe00017f8008, frame=3D0xfffffe000043a= c00) at /data/src/sys/kern/kern_fork.c:1057 #10 0xffffffff8081cbfe in fork_trampoline () at /data/src/sys/amd64/amd64/exception.S:993 #11 0x0000000000000000 in ?? () --=20 You are receiving this mail because: You are the assignee for the bug.=