Skip to content
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

Tool is hanging, no result is produced #232

Open
dropkick4124 opened this issue Feb 24, 2024 · 0 comments
Open

Tool is hanging, no result is produced #232

dropkick4124 opened this issue Feb 24, 2024 · 0 comments

Comments

@dropkick4124
Copy link

dropkick4124 commented Feb 24, 2024

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 :

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant