Put rb_fork back into process.c
rb_fork
Now, calling rb_fork directly breaks the PID cache and the timer thread, so must use rb_fork_ruby or similar instead.
rb_fork_ruby
Put
rb_forkback into process.cNow, calling
rb_forkdirectly breaks the PID cache and the timerthread, so must use
rb_fork_rubyor similar instead.