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
fork()is unsafe (for good reason; you're not allowed to do much in the child if the parent was multithreaded). OTOH, forkpty()is not unsafe even though the same reasoning should apply.
The text was updated successfully, but these errors were encountered:
fork()
is unsafe (for good reason; you're not allowed to do much in the child if the parent was multithreaded). OTOH,forkpty()
is not unsafe even though the same reasoning should apply.The text was updated successfully, but these errors were encountered: