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

dm: handle NULL hc.uuid #121

Merged
merged 1 commit into from
Oct 16, 2024
Merged

dm: handle NULL hc.uuid #121

merged 1 commit into from
Oct 16, 2024

Conversation

richl9
Copy link
Contributor

@richl9 richl9 commented Oct 16, 2024

fix:
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

Orabug: 37176287
Signed-off-by: Richard Li <[email protected]>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 16, 2024
@brenns10 brenns10 merged commit fdf8f54 into oracle-samples:main Oct 16, 2024
5 checks passed
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.

2 participants