Issue #2488 has been updated by Roger Pack.
from 3183 this code crashes trunk reliably still:
loop {
all = []
700.times{|i|
all << Thread.new{}
puts i
}
all.each(&:join)
}
----------------------------------------
http://redmine.ruby-lang.org/issues/show/2488
----------------------------------------
http://redmine.ruby-lang.org