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

Use rb_fork_ruby for --help pager #7833

Merged
merged 1 commit into from
May 21, 2023
Merged

Use rb_fork_ruby for --help pager #7833

merged 1 commit into from
May 21, 2023

Conversation

nobu
Copy link
Member

@nobu nobu commented May 21, 2023

Instead of rb_fork, to update current_fork_gen which has been introduced at 3563e13.

Otherwise, the forked process attempts to stop the timer thread, but raises an exception because the thread is not alive in the child and dies because already no tag is present at that time.

Instead of `rb_fork`, to update `current_fork_gen` which has been
introduced at 3563e13.

Otherwise, the forked process attempts to stop the timer thread, but
raises an exception because the thread is not alive in the child and
dies because already no tag is present at that time.
@matzbot matzbot merged commit 0867588 into ruby:master May 21, 2023
95 checks passed
@nobu nobu deleted the ruby_pager branch May 21, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants