From: Eric Wong Date: 2018-06-24T12:38:44+00:00 Subject: [ruby-core:87623] Re: [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process > +++ b/process.c > @@ -1348,6 +1348,9 @@ after_exec_non_async_signal_safe(void) > { > rb_thread_reset_timer_thread(); > rb_thread_start_timer_thread(); > + if (rb_signal_buff_size()) { > + rb_thread_wakeup_timer_thread(); > + } NAK. Reordering should be sufficient: https://bugs.ruby-lang.org/issues/14868 r63741 Unsubscribe: