pyrasite
pyrasite copied to clipboard
pyrasite cannot inject
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?
I also can't get pyrasite
to work on Ubuntu bionic. Both the version on PyPI and the github version.
pyrasite-shell
hangs. pyrasite
with a script terminates but never prints anything.
#138 fixed this for me. Give that a try?