-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot attach to long running process #109
Comments
Any progress on this or ideas on what's going on? So far in the meantime I've been |
@aspin : This bug is caused by the python executable being deleted while the program is run, making it so that we can't read in information from it. This bug will affect all versions of py-spy including 0.1.11. Do you have a different problem? I'd be interested in hearing more about it if so |
Hmm, I'm not sure the source of the problem then. It looks something like this for me:
For a bit of a context, the process is running inside of a Docker container, but I still seem to be able to get its PID from strace output (I'm not familiar with this):
|
I'm encountering this same bug when using py-spy 0.3.2, but when attempting to record the pid of a python process started by Pylons web framework's
|
I get the following error
strace
shows that this happens atThe problem seems to be
/usr/bin/python3.5
does exist but was upgraded during the runtime of the process.The text was updated successfully, but these errors were encountered: