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

fix hc.uuid null pointer bug #119

Closed
wants to merge 2 commits into from
Closed

Conversation

richl9
Copy link
Contributor

@richl9 richl9 commented Oct 15, 2024

Fix hc.uuid null pointer bug:

Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.6/site-packages/drgn_tools/dm.py", line 97, in show_dm
for dm, name, uuid in for_each_dm(prog):
File "/usr/lib/python3.6/site-packages/drgn_tools/dm.py", line 29, in for_each_dm_hash
yield hc.md, hc.name.string_().decode(), hc.uuid.string_().decode()
_drgn.FaultError: could not read memory from kdump: Cannot get page I/O address: PML4 table not present: pgd[0] = 0x0: 0x0

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 15, 2024
@richl9 richl9 closed this Oct 15, 2024
@richl9 richl9 deleted the richard/dm branch October 15, 2024 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant