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

Account for new header layout in DWARF v5 #204

Closed
wants to merge 1 commit into from

Conversation

jonahgraham
Copy link
Member

Fixes #198

This change fixes #198, but it is a quick change to account for the new header layout in version 5. I have not reviewed any other changes that may need to be needed for DWARF v5 though.

@github-actions
Copy link

github-actions bot commented Dec 8, 2022

Test Results

     594 files       594 suites   14m 54s ⏱️
10 135 tests 10 112 ✔️ 22 💤 0  1 🔥
10 151 runs  10 128 ✔️ 22 💤 0  1 🔥

For more details on these errors, see this check.

Results for commit 828a988.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@jld01 jld01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonahgraham thanks for investigating. I've fetched this PR and can confirm it eliminates the reported exception on Ubuntu 22.04 LTS. I expect this will affect users on multiple recent Linux distros so is a strong candidate for a possible 11.0.1 bugfix release despite the easy workaround.

@jonahgraham
Copy link
Member Author

Thanks @jld01 for having a look and testing. I'll try to spin up a 11.0.1 as soon as I can.

@jonahgraham
Copy link
Member Author

I have now written a test and can see that this fix isn't sufficient enough, there are still OOB exceptions (not surprisingly).

@jonahgraham jonahgraham marked this pull request as draft December 9, 2022 19:59
@jld01 jld01 marked this pull request as ready for review January 14, 2023 16:37
@jonahgraham
Copy link
Member Author

This change is part of #242 now

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

Successfully merging this pull request may close these issues.

CDT needs support for DWARF v5
2 participants