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

Workaround arm32 remote unwind assert in createdump #98140

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

mikem8361
Copy link
Member

Createdump was hitting the assert in get_proc_name in the remote unwinder on arm32. The newer libunwind is calling this now. Working around the call by returning that there is no proc name for the address (return -ENW_ENOINFO).

@ghost
Copy link

ghost commented Feb 8, 2024

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

Issue Details

Createdump was hitting the assert in get_proc_name in the remote unwinder on arm32. The newer libunwind is calling this now. Working around the call by returning that there is no proc name for the address (return -ENW_ENOINFO).

Author: mikem8361
Assignees: mikem8361
Labels:

area-Diagnostics-coreclr

Milestone: -

@mikem8361 mikem8361 merged commit e2b7553 into dotnet:main Feb 8, 2024
104 of 111 checks passed
@mikem8361 mikem8361 deleted the arm32unwind branch February 8, 2024 18:12
@github-actions github-actions bot locked and limited conversation to collaborators Mar 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants