[#88925] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
4 messages
2018/09/09
[#88927] Re: [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical
— Eric Wong <normalperson@...>
2018/09/09
ko1@atdot.net wrote:
[#88926] [Ruby trunk Feature#15095] [PATCH] share VM stack between threads and fibers if identical — ko1@...
Issue #15095 has been updated by ko1 (Koichi Sasada).
3 messages
2018/09/09
[#89218] [Ruby trunk Bug#15130] open-uri hangs on cygwin — duerst@...
Issue #15130 has been updated by duerst (Martin D端rst).
5 messages
2018/09/30
[ruby-core:89135] Re: [Ruby trunk Bug#14807] 2.6.0-preview2 segfaults on OpenBSD due to missing pthread_condattr_init call
From:
Eric Wong <normalperson@...>
Date:
2018-09-21 09:32:49 UTC
List:
ruby-core #89135
> https://bugs.ruby-lang.org/issues/14807#change-74146 Right, already in trunk at r63548 And back to Jeremy's earlier comment: > It's defined but I don't think it would be usable: > > /usr/include/pthread.h:#define PTHREAD_COND_INITIALIZER NULL Without reading the OpenBSD pthreads library source code; I suspect that it would be usable. The condvar implementation can safely perform lazy-initialization because it can rely on the underlying mutex for protection. Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>