-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Multiprocessing Pool Crash #846
Comments
|
This was on my windows machine not running in WSL. My wild shot in the dark is maybe a Once I get back to my windows machine I'll give WSL a try and see if I run into similar problems. It doesn't look like python 3.12.4 fixed anything relevant to multiprocessing, but I'll give a few other versions a try to see if there is something funky going on with my particular version of python. |
Tested the following python versions on Windows: Tested the following python version on Clear Linux Test the following python version WSL |
I'm seeing something similar. Windows 11 22H2, Python 3.10.2, Scalene version 1.5.45 (2024.10.01) I was also able to reproduce from #809 (comment). main.py (stripped down code from the app for a client)
Error output from the code from 809
Error output from my minimal code, main_wrapper() function in main.py above
|
Attempting to profile programs with multiprocessing yields the following error:
I was able to reproduce the error using the example from #809 (comment)
Expected behavior
No crash?
Screenshots
Desktop (please complete the following information):
Error Text
The text was updated successfully, but these errors were encountered: