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
Hi am not able to reproduce the simple example from website asciinema animation.
I start a CPython instance, get the PID via os.getpid() then try both to run pyrasite-shell passing the PID as argument, or run pyrasite passing the PID and a simple module with just print("fubar") in it.
In both case the pyrasite script I start hangs.
I am running on a x86_64 Linux system with kernel 5.4.42 and glibc 2.30, the issue happens with both python 2.7.18 and 3.8.3 .
Is pyrasite reported working on modern Linux systems?
The text was updated successfully, but these errors were encountered:
Hi am not able to reproduce the simple example from website asciinema animation.
I start a CPython instance, get the PID via
os.getpid()
then try both to runpyrasite-shell
passing the PID as argument, or runpyrasite
passing the PID and a simple module with justprint("fubar")
in it.In both case the pyrasite script I start hangs.
I am running on a x86_64 Linux system with kernel 5.4.42 and glibc 2.30, the issue happens with both python 2.7.18 and 3.8.3 .
Is pyrasite reported working on modern Linux systems?
The text was updated successfully, but these errors were encountered: