[ruby-core:84137] Re: [Ruby trunk Bug#4841] WEBrick threading leads to infinite loop

From: Eric Wong <normalperson@...>
Date: 2017-12-08 19:18:34 UTC
List: ruby-core #84137
mame@ruby-lang.org wrote:
> normal, could you please check this ticket?
> 
> ----------------------------------------
> Bug #4841: WEBrick threading leads to infinite loop
> https://bugs.ruby-lang.org/issues/4841#change-68231

Sure, I think the problem is fixed in r61083.

Looking at the original run-this.rb script, it seems racy
in that the Mutex does not synchronize enough scope for
the ConditionVariable.

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread