Hi, At Wed, 3 Mar 2004 04:14:38 +0900, Thomas Uehlinger wrote in [ruby-core:02541]: > I get a segfault while running the ruby testsuite in the > latest 1.9.0 CVS versions. We're trying to fix it. (cf. thread from [ruby-dev:23038]) > The stacktrace tells me it that this is probably due to the > current threading issues, but I've never seen them happing in > the testsuite before. It's because LocalJumpError#exit_value happens to be Qundef (internal value which must never appear in ruby level), rather than threading. > uehli@ueh-t test $ ruby runner.rb > /usr/local/lib/ruby/1.9/pp.rb:570: warning: already initialized constant S Hmmm, I've thought this warning had disappeared, your test files are latest? -- Nobu Nakada