[Bug 275169] Panic: rw_rlock: wlock already held for tcpinp @ /usr/src/sys/netinet/in_pcb.c:2529

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 27 Nov 2023 16:07:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275169

--- Comment #22 from Dani I. <i.dani@outlook.com> ---
Tiny update:

If we configure the IPFW rules like this (keep-state on both hosts), we can't
trigger the crash anymore:

Host A has following IPFW rule:
ipfw add 1000 allow ip from me to 10.1.1.20/32 uid 0 keep-state

Host B has the following IPFW rule:
ipfw add 2000 allow tcp from any to 10.1.1.20 80,443 keep-state

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