Project

General

Profile

Actions

Bug #15907

closed

gem bin stub commands are failing

Added by MSP-Greg (Greg L) almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.7.0dev (2019-06-08 master 1696f80f40) [x64-mingw32]
[ruby-core:93018]

Description

Commands like

bundle version
irb  --version
rake --version
rdoc --version

are failing. All failure are something similar to:

bundle : lib/ruby/2.7.0/rubygems/core_ext/kernel_gem.rb:64:in `synchronize': deadlock; recursive locking (ThreadError)
from lib/ruby/2.7.0/rubygems/core_ext/kernel_gem.rb:64:in `gem'
from lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:42:in `require'

I think this bug has been exposed by "require rubygems/package where used" b76630f73e, maybe a circular loading issue?

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0