"make test" bombs for stable snapshot

Hi,

I'm trying to build tonight's stable snapshot (as of Sat Dec 04 04:01:04 JST 2004) on OS X 10.3.6. "make" runs fine, but when I run "make test" I get:

Francis-Hwangs-Computer:~/Desktop/ruby francis$ make test
/Users/francis/Desktop/ruby/sample/test.rb:963: [BUG] Bus Error
ruby 1.8.2 (2004-12-03) [powerpc-darwin7.6.0]

test failed
make: *** [test] Error 1

Should I be wary of this, or should I just go ahead and install and see what happens?

Francis Hwang
http://fhwang.net/

Should I be wary of this, or should I just go ahead and install and see
what happens?

Probably the same here (I've not verified) try with the patch in
[ruby-core:03882]

Guy Decoux