https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212920
Mikanoshi <i...@mikanoshi.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |i...@mikanoshi.name --- Comment #1 from Mikanoshi <i...@mikanoshi.name> --- I have the same problem on 11.0-RC3 if reset_timedout_connection is enabled in Nginx (accept filters are enabled too). Running truss on a worker stuck in soclos produces this output: close(49) ERR#9 'Bad file descriptor' write(36,"2016/09/19 18:16:03 [crit] 15495#0: close() socket 49 failed (9: Bad file descriptor)\n",86) = 86 (0x56) and then worker starts to process requests as usual. Such entries are written to log when reset_timedout_connection is disabled (workers do not stuck in this case): [info] 89888#0: close() socket 12 failed (54: Connection reset by peer) Problem appeared after moving from FreeBSD 9.2 to 11.0-RC3. Discussion on Nginx forum (in russian): https://forum.nginx.org/read.php?21,269501,269778#msg-269778 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"