Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 11:01:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 275169] Panic: rw_rlock: wlock already held for tcpinp @ /usr/src/sys/netinet/in_pcb.c:2529
Message-ID:  <bug-275169-227-Cuf5Ednrcp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275169-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275169-227@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=3D275169

--- Comment #19 from Dani I. <i.dani@outlook.com> ---
Basically a simple setup like this should be enough:
Host 1:
 pkg install thttpd
 mkdir /webdata
 chown root:www /webdata
 curl
https://download.freebsd.org/ftp/releases/amd64/amd64/13.2-RELEASE/kernel.t=
xz
--output /webdata/kernel.txz

 /etc/rc.conf:
  thttpd_enable=3D"YES"
  thttpd_flags=3D"-d /webdata-r -u www -l /dev/null -h 10.1.1.20"

 "basic" ipfw ruleset with default deny / allow any:
  ipfw add 1000 allow tcp from any to 10.1.1.20 80 keep-state

Host 2 (the one that freezes):
 "basic" ipfw ruleset with default deny / allow any:
  ipfw add 1000 allow ip from me to 10.1.1.20/32 uid 0

 while true; do curl http://10.1.1.20/kernel.txz --output /dev/null; done

Just to mention it again: We only experience the issue with this setup on
PHYSICAL hosts (HW-Info see:
https://bz-attachments.freebsd.org/attachment.cgi?id=3D246391). We do not h=
ave
this issue with virtual machines running @ OpenStack and using the vtnet
driver.

--=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-275169-227-Cuf5Ednrcp>