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

Don't destroy v8::Platform global instance on exit #323

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

bnoordhuis
Copy link
Collaborator

This is not a bug fix per se but it does mitigate a number of crashes at program exit. It's not safe to tear down the Platform instance if the program terminates abnormally.

This is not a bug fix per se but it does mitigate a number of crashes
at program exit. It's not safe to tear down the Platform instance if
the program terminates abnormally.
@bnoordhuis bnoordhuis merged commit 8d1e66c into rubyjs:main Oct 19, 2024
22 of 25 checks passed
@bnoordhuis bnoordhuis deleted the no-platform-teardown branch October 19, 2024 08: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.

1 participant