-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'spawn' multiprocessing method crashes, need to manually revert commit #782
Comments
Thanks. It seems that different multiprocessing methods have different issues on different systems, so I don't want to revert this commit just yet. As a hacky workaround, you can now specify the multiprocessing method on Linux by setting the
Let's keep this on the radar. |
Thanks! That is an elegant and easy to maintain solution/workaround. I put a conf file with this env variable in /etc/environment.d and it works perfectly. |
- Resolves issues as described in open-cogsci#787 and open-cogsci#782
The new spawn method for multiprocessing makes opensesame on debian bullseye (python 3.9) and bookworm (python 3.10) unusable on my machines.
The main window crashes but it keeps the experiment running for some time. This happens both with psychopy and expyriment as backend.
When I comment out the new method in the following commit, everything works fine again:
commit: b42a91f
Some relevant debug info:
The last error seems like a bug in python 3.10
Machines I tested were nvidia and intel gpu machines.
The text was updated successfully, but these errors were encountered: