Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2022 12:48:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ipfw@FreeBSD.org
Subject:   [Bug 228332] ipfw crashes with lookup tables or similiar configurations on ryzen
Message-ID:  <bug-228332-8303-I2YfHC52MB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228332-8303@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228332-8303@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228332

aadhya <aadhya@cisco.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aadhya@cisco.com

--- Comment #7 from aadhya <aadhya@cisco.com> ---
We have observed similar type of crash from ipfw_chk().

Environment :
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
hw.model: Intel(R) Xeon(R) Gold 5118 CPU @ 2.30GHz
hw.machine: amd64
hw.ncpu: 24
FreeBSD 11.2-RELEASE

Here is the BT :
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D

(kgdb) bt
#0  doadump (textdump=3D1) at pcpu.h:229
#1  0xffffffff80610f5b in kern_reboot (howto=3D260) at
../../../kern/kern_shutdown.c:395
#2  0xffffffff80611459 in vpanic (fmt=3D<value optimized out>, ap=3D<value
optimized out>)
    at ../../../kern/kern_shutdown.c:799
#3  0xffffffff80611193 in panic (fmt=3D<value optimized out>) at
../../../kern/kern_shutdown.c:719
#4  0xffffffff808967df in trap_fatal (frame=3D0xfffffe1049161250, eva=3D2) =
at
../../../amd64/amd64/trap.c:875
#5  0xffffffff80896839 in trap_pfault (frame=3D0xfffffe1049161250, usermode=
=3D0) at
pcpu.h:229
#6  0xffffffff80896028 in trap (frame=3D0xfffffe1049161250) at
../../../amd64/amd64/trap.c:415
#7  0xffffffff8087534e in calltrap () at ../../../amd64/amd64/exception.S:1=
99
#8  0xffffffff807a431f in ipfw_chk (args=3D<value optimized out>) at
../../../netpfil/ipfw/ip_fw2.c:1287
#9  0xffffffff807ac22f in ipfw_check_packet (arg=3D<value optimized out>,
m0=3D0xfffffe10491616d0,
    ifp=3D<value optimized out>, dir=3D1, inp=3D0x0) at
../../../netpfil/ipfw/ip_fw_pfil.c:149
#10 0xffffffff8071f9d4 in pfil_run_hooks (ph=3D0xffffffff8100e478, mp=3D<va=
lue
optimized out>, ifp=3D0xfffff8000becf000,
    dir=3D1, flags=3D0, inp=3D0x0) at ../../../net/pfil.c:116
#11 0xffffffff80742a99 in ip_input (m=3D0xfffff802dfad9600) at
../../../netinet/ip_input.c:601
#12 0xffffffff8071ea21 in netisr_dispatch_src (proto=3D1, source=3D<value o=
ptimized
out>, m=3D<value optimized out>)
    at ../../../net/netisr.c:1120
#13 0xffffffff80707132 in ether_demux (ifp=3D0xfffff8000becf000, m=3D<value
optimized out>)
    at ../../../net/if_ethersubr.c:884
#14 0xffffffff80708237 in ether_nh_input (m=3D<value optimized out>) at
../../../net/if_ethersubr.c:660
#15 0xffffffff8071ea21 in netisr_dispatch_src (proto=3D5, source=3D<value o=
ptimized
out>, m=3D<value optimized out>)
    at ../../../net/netisr.c:1120
#16 0xffffffff807074b6 in ether_input (ifp=3D<value optimized out>, m=3D0x0=
) at
../../../net/if_ethersubr.c:780
#17 0xffffffff803f2ecc in ixgbe_rxeof (que=3D0xfffff8000becac00) at
../../../dev/ixgbe/ix_txrx.c:1597
#18 0xffffffff803e72b6 in ixgbe_msix_que (arg=3D0xfffff8000becac00) at
../../../dev/ixgbe/if_ix.c:1960
#19 0xffffffff805e1d1f in intr_event_execute_handlers (p=3D<value optimized=
 out>,
ie=3D0xfffff8000baf8a00)
    at ../../../kern/kern_intr.c:1336
#20 0xffffffff805e23b7 in ithread_loop (arg=3D0xfffff8000bec3ac0) at
../../../kern/kern_intr.c:1349
#21 0xffffffff805df396 in fork_exit (callout=3D0xffffffff805e2300 <ithread_=
loop>,
arg=3D0xfffff8000bec3ac0,
    frame=3D0xfffffe1049161ac0) at ../../../kern/kern_fork.c:1054
#22 0xffffffff808761ee in fork_trampoline () at
../../../amd64/amd64/exception.S:951
#23 0x0000000000000000 in ?? ()
(kgdb)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228332-8303-I2YfHC52MB>