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

Revert "[Feature #18045] Implement size classes for GC" #4764

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

peterzhu2118
Copy link
Member

This reverts commits 48ff7a9
and b2e2cf2 because it is causing
crashes in SPARC solaris and i386 debian.

This reverts commits 48ff7a9
and b2e2cf2 because it is causing
crashes in SPARC solaris and i386 debian.
@peterzhu2118 peterzhu2118 merged commit eddd369 into ruby:master Aug 23, 2021
@peterzhu2118 peterzhu2118 deleted the pz-revert-vwa branch August 23, 2021 14:54
HParker pushed a commit to github/ruby that referenced this pull request Aug 25, 2021
The existing interrupt handling using `SharedHelpers.trap` fails when the previous
handler for a signal is not callable (for example, when it is the string "DEFAULT").

Instead, we now handle interrupts by aborting the process when worker threads are
running, and restore the previous handler after worker threads are finished.

Fixes ruby#4764.

rubygems/rubygems@b9f455d487
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant