Skip to content
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 attempts to invoke sys.executable on Mac, enters infinite loop #408

Closed
layday opened this issue May 28, 2021 · 2 comments
Closed

Comments

@layday
Copy link

layday commented May 28, 2021

On macOS with PyOxidizer 0.16.2, the resource tracker subprocess is not handled correctly; the multiprocessing arguments are passed to the CLI and with every attempt that is made to start the resource tracker, a new process is spawned.

See repro: https://github.com/layday/pyoxidizer-multiprocessing-tracker-crash (https://github.com/layday/pyoxidizer-multiprocessing-tracker-crash/runs/2696085714?check_suite_focus=true).

@layday
Copy link
Author

layday commented May 28, 2021

Ah, I just noticed #111. I'll give 0.17 a try.

@indygreg
Copy link
Owner

indygreg commented Jun 6, 2021

Yes, I suspect this is fixed in 0.17 (which isn't yet released but can be downloaded from GitHub actions).

Please reopen if this is still a problem.

@indygreg indygreg closed this as completed Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants