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

Temporary hotfix for interpreter crash #112920

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

janvorli
Copy link
Member

The fake unwind info generation in the interpreter was broken and caused write after an end of the allocated space.

I am working on a change to add a interpreter specific code manager that gets rid of the need for fake unwind info creation, but to prevent CI failures for now, I have created this temporary hotfix.

The fake unwind info generation in the interpreter was broken and caused
write after an end of the allocated space.

I am working on a change to add a interpreter specific code manager that
gets rid of the need for fake unwind info creation, but to prevent CI
failures for now, I have created this intermediate hotfix.
@janvorli janvorli requested review from BrzVlad and jkotas February 25, 2025 18:37
@janvorli janvorli self-assigned this Feb 25, 2025
@Copilot Copilot bot review requested due to automatic review settings February 25, 2025 18:37

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants