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
However, if we replace 'fork' with 'multiprocessing', it breaks.
Expected Behavior
It should work.
Actual Behavior
We get
ExceptionPexpect: isalive() encountered condition where "terminated" is 0, but there was no child process. Did someone else call waitpid() on our process?
Additional Information
No response
Environment
OS: Ubuntu 24.04.3 LTS
Sage Version: 10.7.beta8
Checklist
I have searched the existing issues for a bug report that matches the one I want to file, without success.
I have read the documentation and troubleshoot guide