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
I tried writing a very simple Python program (using Ubuntu, Python 2.7) and I can apply pyrasite-shell without problem on it. However, when I use pyinstaller (with the -F option for simple file) and then try to apply pyrasite-shell on that process, this produces a segmentation fault - it looks like a GIL issue. Is there any way around this?
The text was updated successfully, but these errors were encountered:
I tried writing a very simple Python program (using Ubuntu, Python 2.7) and I can apply pyrasite-shell without problem on it. However, when I use pyinstaller (with the -F option for simple file) and then try to apply pyrasite-shell on that process, this produces a segmentation fault - it looks like a GIL issue. Is there any way around this?
The text was updated successfully, but these errors were encountered: