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
The issue seems to be that in wait1(), waitpid returns a tid for a process before the
rest of the library has discovered it. We have an ugly hack to install the new thread
info in libmach's thread list and try again, but a better approach is probably required.
The origin of the race remains undiscovered.
The text was updated successfully, but these errors were encountered: