[Bug 254695] Hyper-V: Kernel Panic: Assertion in_epoch(net_epoch_preempt) failed at netinet/tcp_lro.c:915
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 15 19:18:23 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254695
--- Comment #9 from Gordon Bergling <gbe at FreeBSD.org> ---
(In reply to Wei Hu from comment #8)
Thanks for the investigation. I was able to boot a kernel from today (15 April)
on this machine. I tracked the issue down to the tcp_bbr or cc_htcp. I build
the system with WITH_EXTRA_TCP_STACKS=1 and have
tcp_bbr_load="YES"
cc_htcp_load="YES"
in /boot/loader.conf
and
net.inet.tcp.cc.algorithm=htcp
net.inet.tcp.functions_default=bbr
in /etc/sysctl.conf.
I first disabled the sysctl.conf settings and the panic is still happening. So
it is enough to load the modules at boot time. If I disable both modules the
system is starting as usual. If one of these modules is loaded at boot time,
the system panics. Maybe it is something locking related.
Hope that helps to track down that issue.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-virtualization
mailing list