[#60404] is RB_GC_GUARD needed in rb_io_syswrite? — Eric Wong <normalperson@...>
I haven't gotten it to crash as-is, but it seems like we need to
4 messages
2014/02/01
[#60682] volatile usages — Eric Wong <normalperson@...>
Hi all, I went ahead and removed some use of volatile which were once
5 messages
2014/02/13
[#60794] [RFC] rearrange+pack vtm and time_object structs — Eric Wong <normalperson@...>
Extracted from addendum on top of Feature #9362 (cache-aligned objects).
4 messages
2014/02/16
[#61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output — normalperson@...
Issue #9577 has been reported by Eric Wong.
3 messages
2014/02/28
[ruby-core:60965] [Backport200 - Backport #9224] [Closed] rubygems's require is blocked in another thread.
From:
nagachika00@...
Date:
2014-02-22 04:02:14 UTC
List:
ruby-core #60965
Issue #9224 has been updated by Tomoyuki Chikanaga. Status changed from Assigned to Closed % Done changed from 0 to 100 Applied in changeset r45100. ---------- (merged partially from r42927) * lib/rubygems/core_ext/kernel_require.rb: Backport a fix for concurrent requires. [ruby-core:58918] [Backport #9224] see also https://github.com/rubygems/rubygems/pull/833 ---------------------------------------- Backport #9224: rubygems's require is blocked in another thread. https://bugs.ruby-lang.org/issues/9224#change-45366 * Author: Masahiro Nakagawa * Status: Closed * Priority: Normal * Assignee: Tomoyuki Chikanaga ---------------------------------------- I tried Fluentd with ruby 2.0.0-p353, but one plugin is always blocked. I investigated the problem and found this issue. https://github.com/rubygems/rubygems/issues/640 Applying same changes to 2.0.0-p353 resolved blocking problem. This bug is a critical for Fluentd like pluggable software. Please backport this change into ruby 2.0.0 and release new version. -- http://bugs.ruby-lang.org/