-
Bug
-
Resolution: Fixed
-
P4
-
10, 11
-
b01
-
x86_64
-
os_x
-
Not verified
The kevent() call can receive an interrupt before the timeout has expired and any events have been queued. In this case the call will return -1 and errno will be set to EINTR. The description of EINTR is
"A signal was delivered before the timeout expired and before any events were placed on the kqueue for return."
https://www.freebsd.org/cgi/man.cgi?kqueue
"A signal was delivered before the timeout expired and before any events were placed on the kqueue for return."
https://www.freebsd.org/cgi/man.cgi?kqueue
- relates to
-
JDK-6307456 UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix)
-
- Closed
-
-
JDK-8179307 Java_sun_nio_ch_KQueue_keventPoll throws an exception with "kqueue failed" instead of "kevent poll failed".
-
- Closed
-
- links to