[#97063] [Ruby master Bug#16608] ConditionVariable#wait should return false when timeout exceeded — shugo@...

Issue #16608 has been reported by shugo (Shugo Maeda).

10 messages 2020/02/05

[#97084] [Ruby master Feature#16614] New method cache mechanism for Guild — ko1@...

Issue #16614 has been reported by ko1 (Koichi Sasada).

18 messages 2020/02/07

[#97248] [Ruby master Bug#16651] Extensions Do Not Compile on Mingw64 — cfis@...

Issue #16651 has been reported by cfis (Charlie Savage).

17 messages 2020/02/24

[#97289] [Ruby master Bug#16658] `method__cache__clear` DTrace hook was dropped without replacement — v.ondruch@...

Issue #16658 has been reported by vo.x (Vit Ondruch).

9 messages 2020/02/27

[#97307] [Ruby master Feature#16663] Add block or filtered forms of Kernel#caller to allow early bail-out — headius@...

Issue #16663 has been reported by headius (Charles Nutter).

29 messages 2020/02/28

[#97310] [Ruby master Feature#16665] Add an Array#except_index method — alexandr1golubenko@...

Issue #16665 has been reported by alex_golubenko (Alex Golubenko).

12 messages 2020/02/29

[ruby-core:97230] [Ruby master Bug#16337] kernel_gem.rb:68 - ThreadError

From: deivid.rodriguez@...
Date: 2020-02-21 11:41:37 UTC
List: ruby-core #97230
Issue #16337 has been updated by deivid (David Rodr刕uez).


I guess this is because you're not using the latest rubygems. Could you run `gem env version` and check that you have a rubygems version older than 3.1?

You need to request upgrading rubygems to google-fluentd, maybe here: https://github.com/GoogleCloudPlatform/google-fluentd/blob/269ade4d609cd9ae59819bcdfe8977a52727ec72/config/projects/google-fluentd.rb#L19, although it would seem that they're using ruby 2.6 and you're on 2.7, so not sure.

----------------------------------------
Bug #16337: kernel_gem.rb:68 - ThreadError
https://bugs.ruby-lang.org/issues/16337#change-84340

* Author: MSP-Greg (Greg L)
* Status: Third Party's Issue
* Priority: Normal
* Assignee: hsbt (Hiroshi SHIBATA)
* ruby -v: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
Found with ruby-loco CLI tests

See: https://ci.appveyor.com/project/MSP-Greg/ruby-loco/builds/28731823#L2922

```
> rake --version
Traceback (most recent call last):
  10: from bin/rake:23:in `<main>'
   9: from lib/ruby/2.7.0/rubygems.rb:301:in `activate_bin_path'
   8: from lib/ruby/2.7.0/rubygems.rb:301:in `synchronize'
   7: from lib/ruby/2.7.0/rubygems.rb:303:in `block in activate_bin_path'
   6: from lib/ruby/2.7.0/rubygems.rb:240:in `finish_resolve'
   5: from lib/ruby/2.7.0/rubygems/request_set.rb:435:in `resolve_current'
   4: from lib/ruby/2.7.0/rubygems/request_set.rb:435:in `new'
   3: from lib/ruby/2.7.0/rubygems/resolver/set.rb:24:in `initialize'
   2: from lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:69:in `require'
   1: from lib/ruby/2.7.0/rubygems/core_ext/kernel_gem.rb:68:in `gem'
kernel_gem.rb:68:in `synchronize': deadlock; recursive locking (ThreadError)
```



-- 
https://bugs.ruby-lang.org/

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

In This Thread

Prev Next