Project

General

Profile

Backport #2962 » shuffle.rb

program to reproduce error - normalperson (Eric Wong), 03/15/2010 09:43 AM

 
pid = fork do
(1..10).to_a.shuffle
end
p Process.waitpid2(pid)
(1-1/2)