Date: Thu, 05 Apr 2018 22:22:45 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 227259] accept()/poll() and shutdown()/close() - not work as in FreeBSD10, may broke many apps Message-ID: <bug-227259-2472-astiAVSH4x@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227259-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-227259-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227259 rozhuk.im@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192208|0 |1 is obsolete| | Attachment #192260|text/x-csrc |text/plain mime type| | --- Comment #6 from rozhuk.im@gmail.com --- Created attachment 192260 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192260&action= =3Dedit test tool I do few modifications to run on linux, also add epoll() to kqueue() place. Linux ubuntux64 4.4.0-57-generic #78-Ubuntu SMP Fri Dec 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux ./acc_test | grep "chk OK" 0: socket(AF_INET, block) ... lskt accept shutdown chk OK, ret cod= e: 22 - Invalid argument 1: socket(AF_INET, block) ... rskt accept shutdown chk OK, ret cod= e: 22 - Invalid argument 4: socket(AF_INET, block) ... lskt poll shutdown chk OK 5: socket(AF_INET, block) ... rskt poll shutdown chk OK 6: socket(AF_INET, block) ... lskt epoll shutdown chk OK 7: socket(AF_INET, block) ... rskt epoll shutdown chk OK 16: socket(AF_INET, block) ... lskt shutdown accept chk OK, ret cod= e: 22 - Invalid argument 20: socket(AF_INET, block) ... lskt shutdown poll chk OK 22: socket(AF_INET, block) ... lskt shutdown epoll chk OK 36: socket(AF_INET, nblock) ... lskt poll shutdown chk OK 37: socket(AF_INET, nblock) ... rskt poll shutdown chk OK 38: socket(AF_INET, nblock) ... lskt epoll shutdown chk OK 39: socket(AF_INET, nblock) ... rskt epoll shutdown chk OK 42: socket(AF_INET, nblock) ... lskt shutdown poll chk OK 43: socket(AF_INET, nblock) ... lskt shutdown epoll chk OK shutdown() work every where! close() does not work. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227259-2472-astiAVSH4x>