diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-05-21 16:47:14 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-05-21 16:47:14 +0900 |
commit | 08675889802be222ae01db7d0d54c7e1b45bffc5 () | |
tree | 483658011d229f8d2fbbdf2b7a724e05e4b9c87d /internal/process.h | |
parent | 4f4bc13eb92539b9e988aa27be1c1d01bd2e0fe6 (diff) |
Use `rb_fork_ruby` for `--help` pager
Instead of `rb_fork`, to update `current_fork_gen` which has been introduced at 3563e1383fe4ce13168cd3b9f4d5222d69d00061. 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.
Notes: Merged: https://.com/ruby/ruby/pull/7833
0 files changed, 0 insertions, 0 deletions