[ruby-core:87623] Re: [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process

From: Eric Wong <normalperson@...>
Date: 2018-06-24 12:38:44 UTC
List: ruby-core #87623
> +++ 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: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next