[#81492] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — normalperson@...

Issue #13618 has been reported by normalperson (Eric Wong).

12 messages 2017/06/01

[#81590] Re: [ruby-cvs:66197] ko1:r59023 (trunk): revert r59020 because it may fail some tests sometimes on some environment (http://ci.rvm.jp/). This revert is to check the reason of failures. — Eric Wong <normalperson@...>

ko1@ruby-lang.org wrote:

5 messages 2017/06/06

[ruby-core:81585] Re: [Ruby trunk Bug#13632] Not processable interrupt queue for a thread after it's notified that FD is closed in some other thread.

From: Eric Wong <normalperson@...>
Date: 2017-06-06 00:20:51 UTC
List: ruby-core #81585
sir.nickolas@gmail.com wrote:
> https://bugs.ruby-lang.org/issues/13632

r59020 should fix it trivially in trunk.

Backporting to <= 2.4 is only a little different due to the
data structure change:

	s/wfd->fd = -1/th->waiting_fd = -1/
	https://80x24.org/spew/20170606001646.22889-1-e@80x24.org/raw

Thanks for the report!

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

In This Thread