Mac OSX10.6のRVM上でSQLite3に接続できない

RVMでGemset切って必要なGem入れてまでを一気にやったらなんかSQLite3に接続できない?

# Error on Mac OS X 10.6.6 RVM@ruby-1.9.2-p0
/Users/arcright/.rvm/gems/ruby-1.9.2-p0@hoge/gems/sqlite3-1.3.3/lib/sqlite3/sqlite3_native.bundle: [BUG] Segmentation fault
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]

解決方法は下記URLに載ってたけどターミナルを再起動すれば動いた。RVMが混乱?してるらしい

Had the same issue after moving to 1.9.2p0, but restarting the console on Snow Leopard did the trick. Seems rvm might have gotten confused.