https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260393
--- Comment #41 from Hans Petter Selasky <hsela...@freebsd.org> --- I note that in order to reach the sbdrop() where we panic happens we need to pass: if (tp->t_state == TCPS_ESTABLISHED) But: tp->t_state = 8 (TCPS_LAST_ACK) So that means there is a race somewhere. --HPS -- You are receiving this mail because: You are the assignee for the bug.