Tridib Bandopadhyay wrote: > test_fork.rb . > #174 test_thread.rb:191:in `<top (required)>': > begin > 100.times do |i| > begin > Thread.start(Thread.current) {|u| u.raise } > raise > rescue > ensure > end > end > rescue > 100 > end > #=> "" (expected "100") [ruby-dev:31371] > FAIL 1/948 tests failed > make: *** [btest-ruby] Error 1 ... > What should I do now?.. Well, all tests passed except one, and maybe you can live with that. The test which fails includes a reference to a mailing list posting: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/31371 (unfortunately in Japanese), so this looks like a regression test. You need to post your exact O/S details (distro and version, preferably including your gcc version) -- Posted via http://www.ruby-forum.com/.