https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268832
Alexander V. Chernikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #2 from Alexander V. Chernikov <[email protected]> --- The following set of conditions leads to this: * tcp_respond() does not propagate inpcb pointer if the connection is reset (TH_RST) * On the output path, ipfw_chk is called * ipfw may run check_uidgid() to verify jail/uid/gid ruleset opcodes * check_uidgid() performs incpb lookup, requesting read lock * As inpcb is already write-locked, the search results in the panic -- You are receiving this mail because: You are the assignee for the bug.
