https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194264
--- Comment #2 from Andriy Gapon <[email protected]> --- Created attachment 148136 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148136&action=edit log of other thread being in sofree -> unp_dispose So, looks like I missed an elephant in the room. There was a thread that was running soclose -> sofree -> unp_dispose on exactly the same socket that unp_gc_process was processing. The socket is 0xfffff801e7420000 (see the previous attachment). So, this is the race. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
