hello, something in this revision: r17222 | shyouhei | 2008-06-15 14:06:33 +0200 (Sun, 15 Jun 2008) merge revision(s) 15856: * class.c (clone_method): should copy cref as well. [ruby-core:15833] makes my Ruby produce weird errors. I don't know how to fix it, and since it happens deep within Rails, I can't provide a simple test file. this is the output: Loaded suite test/functional/characters_controller_test Started ..(eval):2: [BUG] Bus Error ruby 1.8.6 (2008-06-15) [i686-darwin9.3.0] and sometimes: ..Illegal instruction I'm on Mac OS X 10.5, i686-darwin9.3.0, using ./configure --enable-shared CFLAGS="-O2 -D_XOPEN_SOURCE=1", if that helps. [murphy]