https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273890
--- Comment #15 from Gleb Smirnoff <gleb...@freebsd.org> --- I see the problem. The inpcb destruction order has a flaw. We first clear inp_socket, then set INP_FREED flag, then call in_pcbremhash(). This isn't compatible with inpcb_lookup_local() which doesn't use inpcb lock. Coming with a patch soon. -- You are receiving this mail because: You are the assignee for the bug.