Project

General

Profile

Backport #2654

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

=begin 
  
  for me, this code 
 
  Thread.new { sleep 0.1 } 
  Thread.list.each{|t| t.join} 
 
  seg faults on mingw 1.9.1, is fine on 1.9.2 
 
  Just pointing it out in case it's a known problem or what not. 
  Thanks. 
  -rp 
 
  ruby 1.9.1p376 (2009-12-07 revision 26041) [i386-mingw32] 
 
 =end 
 

Back