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

[9.0.0] Fix support for native profiling #6435

Merged
merged 1 commit into from
May 22, 2023

Conversation

alexcrichton
Copy link
Member

This commit fixes a panic that's easy to hit with native profilers by accident. This was introduced in #6262 which made it into the 9.0.0 release but is not present on main due to the refactorings of #6361 which are on main but not on 9.0.0.

Closes #6433

This commit fixes a panic that's easy to hit with native profilers by
accident. This was introduced in bytecodealliance#6262 which made it into the 9.0.0
release but is not present on `main` due to the refactorings of bytecodealliance#6361
which are on `main` but not on 9.0.0.

Closes bytecodealliance#6433
@alexcrichton alexcrichton requested a review from a team as a code owner May 22, 2023 21:22
@alexcrichton alexcrichton requested review from pchickey and removed request for a team May 22, 2023 21:22
@alexcrichton
Copy link
Member Author

Given how easy it is to trigger this I think it would also be good to have a 9.0.1 point release for this.

@alexcrichton alexcrichton merged commit d0a6e91 into bytecodealliance:release-9.0.0 May 22, 2023
@alexcrichton alexcrichton deleted the fix9 branch May 22, 2023 22:11
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.

2 participants