pyrasite icon indicating copy to clipboard operation
pyrasite copied to clipboard

pyrasite cannot inject

Open adab4d opened this issue 4 years ago • 2 comments

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?

adab4d avatar May 22 '20 10:05 adab4d

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.

edmcman avatar Jul 23 '20 12:07 edmcman

#138 fixed this for me. Give that a try?

edmcman avatar Jul 23 '20 12:07 edmcman