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?
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-shellpassing the PID as argument, or runpyrasitepassing 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?