From: Hongli Lai Date: 2009-11-18T23:38:33+09:00 Subject: [ruby-core:26807] [Bug #2382] test_process.rb runs very slowly Bug #2382: test_process.rb runs very slowly http://redmine.ruby-lang.org/issues/show/2382 Author: Hongli Lai Status: Open, Priority: Normal ruby -v: ruby 1.9.2dev (2009-11-18) [x86_64-darwin10.2.0] Ever since revision 25835, test_process.rb runs very slowly, sometimes appearing to completely freeze. Problem can be reproduced by running this command in the Ruby 1.9 sources: ./ruby -v test/ruby/test_process.rb -v Watch it spending multiple seconds on every test, eventually appearing to freeze at one of the tests. Reverting revision 25835 solves the problem. ---------------------------------------- http://redmine.ruby-lang.org