Project

General

Profile

Bug #5211 » ruby-192-fiber-bug.rb

code that triggers the problem - woollyams (Mike Williams), 08/22/2011 03:31 PM

 
@e1 = %w(strike strike strike).to_enum
@e2 = [1,2,3].to_enum

p [@e1.next, @e2.next]
p [@e1.next, @e2.next]
p [@e1.next, @e2.next]
(1-1/3)