You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unix: retry fetching of lists through sysctl if the size changes
On macOS, the SysctlKinfoProcSlice() function may be used to fetch the
contents of the process table. As the process table may grow between the
first and second call to sysctl(), the second call may fail with ENOMEM.
In that case we simply need to retry.
0 commit comments