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
Hi @ivanyu !
I am trying to dump the heap from the following test program :
import time print("hello") time.sleep(5000)
The tool runs correctly with python3 pyheap_dump.py --pid [PID] --file heap.pyheap, however it hangs indefinitely here :
python3 pyheap_dump.py --pid [PID] --file heap.pyheap
Breakpoint 1 at 0xXXXXXXXXXX: file Python/ceval.c, line 921. Continuing.
I tested multiple Python3 versions, even the docker implementation. The progress.json is always empty, and never gets updated. Any help ?
Thanks !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @ivanyu !
I am trying to dump the heap from the following test program :
The tool runs correctly with
python3 pyheap_dump.py --pid [PID] --file heap.pyheap
, however it hangs indefinitely here :I tested multiple Python3 versions, even the docker implementation. The progress.json is always empty, and never gets updated. Any help ?
Thanks !
The text was updated successfully, but these errors were encountered: