Replies: 1 comment
-
|
Feel free to PR improvements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using Fork together with pcntl calls like pcntl_signal (SIGTERM/SIGINT) or pcntl_alarm, I occasionally get the following error:
socket_select(): Unable to select [4]: Interrupted system callThis is a known issue and the common solution is to check for this error and retry again.
Beta Was this translation helpful? Give feedback.
All reactions