JRuby

ConcurrencyError bug when installing Merb on JRuby

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: JRuby 1.2
  • Component/s: None
  • Labels:
    None
  • Environment:
    jruby 1.1.7 (ruby 1.8.6 patchlevel 114) (2008-12-17 rev 8379+1) [i386-java]
    Linux vks-mirmil 2.6.27.7 #1 SMP PREEMPT Sun Nov 23 19:35:30 CET 2008 x86_64 GNU/Linux
  • Number of attachments :
    0

Description

dmilith:(~/Projects/drAdmin)$ jgem install merb-more merb-core merb-haml merb_activerecord merb-mailer merb_test_unit --no-ri --no-rdoc
ERROR: While executing gem ... (ConcurrencyError)
    Detected invalid array contents due to unsynchronized modifications with concurrent users

There's no way to install merb with jgem

Activity

Hide
Daniel Dettlaff added a comment -

Problem does not concern CRuby 1.8.6 REE

Show
Daniel Dettlaff added a comment - Problem does not concern CRuby 1.8.6 REE
Hide
Daniel Dettlaff added a comment -

dmilith~)$ jgem install merb-more --no-ri --no-rdoc
ERROR: While executing gem ... (ConcurrencyError)
Detected invalid array contents due to unsynchronized modifications with concurrent users
zsh: exit 1 jgem install merb-more --no-ri --no-rdoc

dmilith~)$ jgem install merb-core --no-ri --no-rdoc
Successfully installed merb-core-1.0.6.1
1 gem installed

dmilith~)$ jgem install merb-more --no-ri --no-rdoc
ERROR: While executing gem ... (ConcurrencyError)
Detected invalid array contents due to unsynchronized modifications with concurrent users
zsh: exit 1 jgem install merb-more --no-ri --no-rdoc

really weird

Show
Daniel Dettlaff added a comment - dmilith~)$ jgem install merb-more --no-ri --no-rdoc ERROR: While executing gem ... (ConcurrencyError) Detected invalid array contents due to unsynchronized modifications with concurrent users zsh: exit 1 jgem install merb-more --no-ri --no-rdoc dmilith~)$ jgem install merb-core --no-ri --no-rdoc Successfully installed merb-core-1.0.6.1 1 gem installed dmilith~)$ jgem install merb-more --no-ri --no-rdoc ERROR: While executing gem ... (ConcurrencyError) Detected invalid array contents due to unsynchronized modifications with concurrent users zsh: exit 1 jgem install merb-more --no-ri --no-rdoc really weird
Hide
Marcin Mielzynski added a comment -

Fixed in -r8384, test pending.

Show
Marcin Mielzynski added a comment - Fixed in -r8384, test pending.
Hide
Charles Oliver Nutter added a comment -

Fixed by Marcin for 1.1.7. It was a perf-related regression that does not affect 1.1.6.

Show
Charles Oliver Nutter added a comment - Fixed by Marcin for 1.1.7. It was a perf-related regression that does not affect 1.1.6.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: