[#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

[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