From: nagachika00@... Date: 2018-08-18T05:21:01+00:00 Subject: [ruby-core:88535] [Ruby trunk Bug#14868] [PATCH] process.c (ruby_fork_ruby): fix race in signal handling Issue #14868 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.3: REQUIRED, 2.4: DONE, 2.5: REQUIRED to 2.3: REQUIRED, 2.4: DONE, 2.5: DONE ruby_2_5 r64439 merged revision(s) 63741. ---------------------------------------- Bug #14868: [PATCH] process.c (ruby_fork_ruby): fix race in signal handling https://bugs.ruby-lang.org/issues/14868#change-73592 * Author: normalperson (Eric Wong) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: REQUIRED, 2.4: DONE, 2.5: DONE ---------------------------------------- process.c (ruby_fork_ruby): fix race in signal handling We must block signals before stopping timer-thread, otherwise signal handing can be delayed until another signal is received after timer-thread is restarted. Refixes [Bug #13916] ---Files-------------------------------- 0001-process.c-ruby_fork_ruby-fix-race-in-signal-handling.patch (771 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: