We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When process.detach is called the file handle to /proc/pid/mem is left open.
The text was updated successfully, but these errors were encountered:
Can you come up with a fix? This project is basically unmaintained, you have to fix the bugs that you find :-)
Sorry, something went wrong.
It seems I am unable to reproduce the issue.
The steps taken were:
strace.py
~> lsof -p 8238 | grep /proc returns no matches.
~> lsof -p 8238 | grep /proc
The confusion might come from the fact that the /proc/<pid>/mem file is closed in a detach wrapper, _notRunning in ptrace/debugger/subprocess.py:302.
/proc/<pid>/mem
detach
_notRunning
ptrace/debugger/subprocess.py:302
No branches or pull requests
When process.detach is called the file handle to /proc/pid/mem is left open.
The text was updated successfully, but these errors were encountered: