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
Trying to use psutil.Popen() leads to the Python interpreter crashing on FreeBSD 12.
For example, trying to start the echo executable leads to the result below:
If I try to start wget, the interpreter doesn't crash right away sometimes. A stack trace is also sometimes printed (I had to try this on Python 3.6 to trigger it):
The text was updated successfully, but these errors were encountered:
Software versions:
Python: 3.7.2
FreeBSD: 12.0-RELEASE r341666
Psutil: 5.5.0
Trying to use psutil.Popen() leads to the Python interpreter crashing on FreeBSD 12.
For example, trying to start the echo executable leads to the result below:

If I try to start wget, the interpreter doesn't crash right away sometimes. A stack trace is also sometimes printed (I had to try this on Python 3.6 to trigger it):

The text was updated successfully, but these errors were encountered: