-
Notifications
You must be signed in to change notification settings - Fork 8
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
appnope crashes with segfault from subrocess #4
Comments
Interestingly, using python instead of ipython doesn't trigger the crash. |
Also printing the PIDs:
|
https://stackoverflow.com/questions/50168647/multiprocessing-causes-python-to-crash-and-gives-an-error-may-have-been-in-progr: |
Maybe relevant https://github.com/python/cpython/pull/13849/files |
I think this is the relevant issue https://bugs.python.org/issue33725 |
I am closing this as this is a python bug and not appnope related. I suspect that any objc code called in a subprocess will create the same issue. |
Steps:
ipython crash.py
The text was updated successfully, but these errors were encountered: